Html Css Color HEX #AB8913 Dark Goldenrod

📋 copy color: '#AB8913'

red 171 ◦ green 137 ◦ blue 19

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

Shades of Dark Goldenrod #AB8913

Tints of Dark Goldenrod #AB8913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.81%

R = 52.29%
G = 41.9%
B = 5.81%

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

#AB8913 (or 0xAB8913) is known color: Dark Goldenrod. HEX triplet: AB, 89 and 13. RGB value is (171,137,19). Sum of RGB (Red+Green+Blue) = 171+137+19=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 19 (7.81% from 255 or 5.81% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8913 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8913 is #5476EC. Grayscale: #868686. Windows color (decimal): -5535469 or 1280427. OLE color: 1280427.

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

Color convert

RGB 171 137 19 -
CMYK 0 0.20 0.89 0.33
HSL 46.58º 0.8% 0.37% -
HSV(B) 46.58º 0.89% 0.67% -
XYZ 25.86 26.6 4.39 -
YUV 133.71 63.26 154.59 -
System Red Green Blue C M Y K H S L
Decimal 171 137 19 0 0.20 0.89 0.33 46.58 0.8 0.37
Hex AB 89 13 0 14 59 21 2F 50 25
Octal 253 211 23 0 24 131 41 57 120 45
Binary 10101011 10001001 10011 0 10100 1011001 100001 101111 1010000 100101

Color Harmonies of #AB8913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8913

Black with #AB8913

Text Example


Text Example

White with #AB8913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8913; }

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

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

background-color css

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

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

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

border-color css

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

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

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