Html Css Color HEX #AB7A12 Dark Goldenrod

📋 copy color: '#AB7A12'

red 171 ◦ green 122 ◦ blue 18

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

Shades of Dark Goldenrod #AB7A12

Tints of Dark Goldenrod #AB7A12

RGB

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

 GREEN value IS 122 (48.05% from 255) = 39.23%

 BLUE value IS 18 (7.42% from 255) = 5.79%

R = 54.98%
G = 39.23%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB7A12 (or 0xAB7A12) is known color: Dark Goldenrod. HEX triplet: AB, 7A and 12. RGB value is (171,122,18). Sum of RGB (Red+Green+Blue) = 171+122+18=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 122 (48.05% from 255 or 39.23% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7A12 is #5485ED. Grayscale: #7D7D7D. Windows color (decimal): -5539310 or 1211051. OLE color: 1211051.

HSL color Cylindrical-coordinate representation of color #AB7A12: hue angle of 40.78º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB7A12 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 122 18 -
CMYK 0 0.29 0.89 0.33
HSL 40.78º 0.81% 0.37% -
HSV(B) 40.78º 0.89% 0.67% -
XYZ 23.86 22.62 3.68 -
YUV 124.8 67.73 160.96 -
System Red Green Blue C M Y K H S L
Decimal 171 122 18 0 0.29 0.89 0.33 40.78 0.81 0.37
Hex AB 7A 12 0 1D 59 21 29 51 25
Octal 253 172 22 0 35 131 41 51 121 45
Binary 10101011 1111010 10010 0 11101 1011001 100001 101001 1010001 100101

Color Harmonies of #AB7A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7A12

Black with #AB7A12

Text Example


Text Example

White with #AB7A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7A12; }

 p { color: rgb(171,122,18); }

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

background-color css

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

 a { background-color: rgb(171,122,18); }

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

border-color css

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

 span { border-color: rgb(171,122,18); }

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