Html Css Color HEX #AB8815 Dark Goldenrod

📋 copy color: '#AB8815'

red 171 ◦ green 136 ◦ blue 21

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

Shades of Dark Goldenrod #AB8815

Tints of Dark Goldenrod #AB8815

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.46%

 BLUE value IS 21 (8.59% from 255) = 6.4%

R = 52.13%
G = 41.46%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB8815 (or 0xAB8815) is known color: Dark Goldenrod. HEX triplet: AB, 88 and 15. RGB value is (171,136,21). Sum of RGB (Red+Green+Blue) = 171+136+21=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 136 (53.52% from 255 or 41.46% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8815 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8815 is #5477EA. Grayscale: #858585. Windows color (decimal): -5535723 or 1411243. OLE color: 1411243.

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

Color convert

RGB 171 136 21 -
CMYK 0 0.20 0.88 0.33
HSL 46º 0.78% 0.38% -
HSV(B) 46º 0.88% 0.67% -
XYZ 25.73 26.32 4.43 -
YUV 133.36 64.6 154.85 -
System Red Green Blue C M Y K H S L
Decimal 171 136 21 0 0.20 0.88 0.33 46 0.78 0.38
Hex AB 88 15 0 14 58 21 2E 4E 26
Octal 253 210 25 0 24 130 41 56 116 46
Binary 10101011 10001000 10101 0 10100 1011000 100001 101110 1001110 100110

Color Harmonies of #AB8815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8815

Black with #AB8815

Text Example


Text Example

White with #AB8815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8815; }

 p { color: rgb(171,136,21); }

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

background-color css

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

 a { background-color: rgb(171,136,21); }

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

border-color css

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

 span { border-color: rgb(171,136,21); }

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