Html Css Color HEX #AB8912 Dark Goldenrod

📋 copy color: '#AB8912'

red 171 ◦ green 137 ◦ blue 18

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

Shades of Dark Goldenrod #AB8912

Tints of Dark Goldenrod #AB8912

RGB

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

 GREEN value IS 137 (53.91% from 255) = 42.02%

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

R = 52.45%
G = 42.02%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB8912 (or 0xAB8912) is known color: Dark Goldenrod. HEX triplet: AB, 89 and 12. RGB value is (171,137,18). Sum of RGB (Red+Green+Blue) = 171+137+18=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 137 (53.91% from 255 or 42.02% from 326); Blue value is 18 (7.42% from 255 or 5.52% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8912 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8912 is #5476ED. Grayscale: #868686. Windows color (decimal): -5535470 or 1214891. OLE color: 1214891.

HSL color Cylindrical-coordinate representation of color #AB8912: hue angle of 46.67º 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 #AB8912 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 137 18 -
CMYK 0 0.20 0.89 0.33
HSL 46.67º 0.81% 0.37% -
HSV(B) 46.67º 0.89% 0.67% -
XYZ 25.85 26.59 4.34 -
YUV 133.6 62.76 154.68 -
System Red Green Blue C M Y K H S L
Decimal 171 137 18 0 0.20 0.89 0.33 46.67 0.81 0.37
Hex AB 89 12 0 14 59 21 2F 51 25
Octal 253 211 22 0 24 131 41 57 121 45
Binary 10101011 10001001 10010 0 10100 1011001 100001 101111 1010001 100101

Color Harmonies of #AB8912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8912

Black with #AB8912

Text Example


Text Example

White with #AB8912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8912; }

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

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

background-color css

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

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

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

border-color css

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

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

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