Html Css Color HEX #AB8614 Dark Goldenrod

📋 copy color: '#AB8614'

red 171 ◦ green 134 ◦ blue 20

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

Shades of Dark Goldenrod #AB8614

Tints of Dark Goldenrod #AB8614

RGB

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

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

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

R = 52.62%
G = 41.23%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AB8614 (or 0xAB8614) is known color: Dark Goldenrod. HEX triplet: AB, 86 and 14. RGB value is (171,134,20). Sum of RGB (Red+Green+Blue) = 171+134+20=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 134 (52.73% from 255 or 41.23% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8614 is #5479EB. Grayscale: #848484. Windows color (decimal): -5536236 or 1345195. OLE color: 1345195.

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

Color convert

RGB 171 134 20 -
CMYK 0 0.22 0.88 0.33
HSL 45.3º 0.79% 0.37% -
HSV(B) 45.3º 0.88% 0.67% -
XYZ 25.45 25.76 4.29 -
YUV 132.07 64.76 155.77 -
System Red Green Blue C M Y K H S L
Decimal 171 134 20 0 0.22 0.88 0.33 45.3 0.79 0.37
Hex AB 86 14 0 16 58 21 2D 4F 25
Octal 253 206 24 0 26 130 41 55 117 45
Binary 10101011 10000110 10100 0 10110 1011000 100001 101101 1001111 100101

Color Harmonies of #AB8614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8614

Black with #AB8614

Text Example


Text Example

White with #AB8614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8614; }

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

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

background-color css

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

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

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

border-color css

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

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

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