Html Css Color HEX #AB8716 Dark Goldenrod

📋 copy color: '#AB8716'

red 171 ◦ green 135 ◦ blue 22

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

Shades of Dark Goldenrod #AB8716

Tints of Dark Goldenrod #AB8716

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.16%

 BLUE value IS 22 (8.98% from 255) = 6.71%

R = 52.13%
G = 41.16%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB8716 (or 0xAB8716) is known color: Dark Goldenrod. HEX triplet: AB, 87 and 16. RGB value is (171,135,22). Sum of RGB (Red+Green+Blue) = 171+135+22=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8716 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8716 is #5478E9. Grayscale: #858585. Windows color (decimal): -5535978 or 1476523. OLE color: 1476523.

HSL color Cylindrical-coordinate representation of color #AB8716: hue angle of 45.5º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB8716 is Cyan = 0, Magento = 0.21, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 135 22 -
CMYK 0 0.21 0.87 0.33
HSL 45.5º 0.77% 0.38% -
HSV(B) 45.5º 0.87% 0.67% -
XYZ 25.6 26.04 4.44 -
YUV 132.88 65.43 155.19 -
System Red Green Blue C M Y K H S L
Decimal 171 135 22 0 0.21 0.87 0.33 45.5 0.77 0.38
Hex AB 87 16 0 15 57 21 2E 4D 26
Octal 253 207 26 0 25 127 41 56 115 46
Binary 10101011 10000111 10110 0 10101 1010111 100001 101110 1001101 100110

Color Harmonies of #AB8716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8716

Black with #AB8716

Text Example


Text Example

White with #AB8716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8716; }

 p { color: rgb(171,135,22); }

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

background-color css

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

 a { background-color: rgb(171,135,22); }

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

border-color css

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

 span { border-color: rgb(171,135,22); }

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