Html Css Color HEX #AB8611 Dark Goldenrod

📋 copy color: '#AB8611'

red 171 ◦ green 134 ◦ blue 17

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

Shades of Dark Goldenrod #AB8611

Tints of Dark Goldenrod #AB8611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.28%

R = 53.11%
G = 41.61%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AB8611 (or 0xAB8611) is known color: Dark Goldenrod. HEX triplet: AB, 86 and 11. RGB value is (171,134,17). Sum of RGB (Red+Green+Blue) = 171+134+17=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 17 (7.03% from 255 or 5.28% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8611 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8611 is #5479EE. Grayscale: #848484. Windows color (decimal): -5536239 or 1148587. OLE color: 1148587.

HSL color Cylindrical-coordinate representation of color #AB8611: hue angle of 45.58º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB8611 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 134 17 -
CMYK 0 0.22 0.90 0.33
HSL 45.58º 0.82% 0.37% -
HSV(B) 45.58º 0.9% 0.67% -
XYZ 25.42 25.75 4.16 -
YUV 131.73 63.26 156.01 -
System Red Green Blue C M Y K H S L
Decimal 171 134 17 0 0.22 0.90 0.33 45.58 0.82 0.37
Hex AB 86 11 0 16 5A 21 2E 52 25
Octal 253 206 21 0 26 132 41 56 122 45
Binary 10101011 10000110 10001 0 10110 1011010 100001 101110 1010010 100101

Color Harmonies of #AB8611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8611

Black with #AB8611

Text Example


Text Example

White with #AB8611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8611; }

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

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

background-color css

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

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

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

border-color css

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

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

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