Html Css Color HEX #AB8911 Dark Goldenrod

📋 copy color: '#AB8911'

red 171 ◦ green 137 ◦ blue 17

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

Shades of Dark Goldenrod #AB8911

Tints of Dark Goldenrod #AB8911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.23%

R = 52.62%
G = 42.15%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AB8911 (or 0xAB8911) is known color: Dark Goldenrod. HEX triplet: AB, 89 and 11. RGB value is (171,137,17). Sum of RGB (Red+Green+Blue) = 171+137+17=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 17 (7.03% from 255 or 5.23% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8911 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8911 is #5476EE. Grayscale: #868686. Windows color (decimal): -5535471 or 1149355. OLE color: 1149355.

HSL color Cylindrical-coordinate representation of color #AB8911: hue angle of 46.75º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB8911 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 137 17 -
CMYK 0 0.20 0.90 0.33
HSL 46.75º 0.82% 0.37% -
HSV(B) 46.75º 0.9% 0.67% -
XYZ 25.84 26.59 4.3 -
YUV 133.49 62.26 154.76 -
System Red Green Blue C M Y K H S L
Decimal 171 137 17 0 0.20 0.90 0.33 46.75 0.82 0.37
Hex AB 89 11 0 14 5A 21 2F 52 25
Octal 253 211 21 0 24 132 41 57 122 45
Binary 10101011 10001001 10001 0 10100 1011010 100001 101111 1010010 100101

Color Harmonies of #AB8911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8911

Black with #AB8911

Text Example


Text Example

White with #AB8911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8911; }

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

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

background-color css

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

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

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

border-color css

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

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

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