Html Css Color HEX #AB8616 Dark Goldenrod

📋 copy color: '#AB8616'

red 171 ◦ green 134 ◦ blue 22

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

Shades of Dark Goldenrod #AB8616

Tints of Dark Goldenrod #AB8616

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.98%

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

R = 52.29%
G = 40.98%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AB8616 (or 0xAB8616) is known color: Dark Goldenrod. HEX triplet: AB, 86 and 16. RGB value is (171,134,22). Sum of RGB (Red+Green+Blue) = 171+134+22=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8616 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8616 is #5479E9. Grayscale: #848484. Windows color (decimal): -5536234 or 1476267. OLE color: 1476267.

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

Color convert

RGB 171 134 22 -
CMYK 0 0.22 0.87 0.33
HSL 45.1º 0.77% 0.38% -
HSV(B) 45.1º 0.87% 0.67% -
XYZ 25.46 25.77 4.39 -
YUV 132.3 65.76 155.61 -
System Red Green Blue C M Y K H S L
Decimal 171 134 22 0 0.22 0.87 0.33 45.1 0.77 0.38
Hex AB 86 16 0 16 57 21 2D 4D 26
Octal 253 206 26 0 26 127 41 55 115 46
Binary 10101011 10000110 10110 0 10110 1010111 100001 101101 1001101 100110

Color Harmonies of #AB8616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8616

Black with #AB8616

Text Example


Text Example

White with #AB8616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8616; }

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

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

background-color css

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

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

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

border-color css

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

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

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