Html Css Color HEX #ABA742 Brass

📋 copy color: '#ABA742'

red 171 ◦ green 167 ◦ blue 66

#ABA742
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #ABA742

Tints of Brass #ABA742

RGB

 RED value IS 171 (67.19% from 255) = 42.33%

 GREEN value IS 167 (65.63% from 255) = 41.34%

 BLUE value IS 66 (26.17% from 255) = 16.34%

R = 42.33%
G = 41.34%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.61

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#ABA742 (or 0xABA742) is known color: Brass. HEX triplet: AB, A7 and 42. RGB value is (171,167,66). Sum of RGB (Red+Green+Blue) = 171+167+66=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 167 (65.62% from 255 or 41.34% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA742 is #5458BD. Grayscale: #9D9D9D. Windows color (decimal): -5527742 or 4368299. OLE color: 4368299.

HSL color Cylindrical-coordinate representation of color #ABA742: hue angle of 57.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ABA742 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 167 66 -
CMYK 0 0.02 0.61 0.33
HSL 57.71º 0.44% 0.46% -
HSV(B) 57.71º 0.61% 0.67% -
XYZ 31.6 36.69 10.57 -
YUV 156.68 76.83 138.21 -
System Red Green Blue C M Y K H S L
Decimal 171 167 66 0 0.02 0.61 0.33 57.71 0.44 0.46
Hex AB A7 42 0 2 3D 21 3A 2C 2E
Octal 253 247 102 0 2 75 41 72 54 56
Binary 10101011 10100111 1000010 0 10 111101 100001 111010 101100 101110

Color Harmonies of #ABA742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA742

Black with #ABA742

Text Example


Text Example

White with #ABA742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA742; }

 p { color: rgb(171,167,66); }

 H1.HeaderClassName
 {
   color: #ABA742;
 }
 .AnyTagClassName
 {
   color: #ABA742;
 }
</style>

background-color css

<style>
 a { background-color: #ABA742; }

 a { background-color: rgb(171,167,66); }

 div.DivClassName
 {
   background-color: #ABA742;
 }
 .BgClassName
 {
   background-color: #ABA742;
 }
</style>

border-color css

<style>
 span { border-color: #ABA742; }

 span { border-color: rgb(171,167,66); }

 td.TdClassName
 {
   border-color: #ABA742;
 }
 .TagClassName
 {
   border-color: #ABA742;
 }
</style>