Html Css Color HEX #AB8814 Dark Goldenrod

📋 copy color: '#AB8814'

red 171 ◦ green 136 ◦ blue 20

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

Shades of Dark Goldenrod #AB8814

Tints of Dark Goldenrod #AB8814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.12%

R = 52.29%
G = 41.59%
B = 6.12%

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

#AB8814 (or 0xAB8814) is known color: Dark Goldenrod. HEX triplet: AB, 88 and 14. RGB value is (171,136,20). Sum of RGB (Red+Green+Blue) = 171+136+20=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 20 (8.20% from 255 or 6.12% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8814 is #5477EB. Grayscale: #858585. Windows color (decimal): -5535724 or 1345707. OLE color: 1345707.

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

Color convert

RGB 171 136 20 -
CMYK 0 0.20 0.88 0.33
HSL 46.09º 0.79% 0.37% -
HSV(B) 46.09º 0.88% 0.67% -
XYZ 25.73 26.32 4.39 -
YUV 133.24 64.1 154.93 -
System Red Green Blue C M Y K H S L
Decimal 171 136 20 0 0.20 0.88 0.33 46.09 0.79 0.37
Hex AB 88 14 0 14 58 21 2E 4F 25
Octal 253 210 24 0 24 130 41 56 117 45
Binary 10101011 10001000 10100 0 10100 1011000 100001 101110 1001111 100101

Color Harmonies of #AB8814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8814

Black with #AB8814

Text Example


Text Example

White with #AB8814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8814; }

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

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

background-color css

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

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

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

border-color css

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

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

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