Html Css Color HEX #AB8610 Dark Goldenrod

📋 copy color: '#AB8610'

red 171 ◦ green 134 ◦ blue 16

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

Shades of Dark Goldenrod #AB8610

Tints of Dark Goldenrod #AB8610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.98%

R = 53.27%
G = 41.74%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB8610 (or 0xAB8610) is known color: Dark Goldenrod. HEX triplet: AB, 86 and 10. RGB value is (171,134,16). Sum of RGB (Red+Green+Blue) = 171+134+16=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 134 (52.73% from 255 or 41.74% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8610 is #5479EF. Grayscale: #848484. Windows color (decimal): -5536240 or 1083051. OLE color: 1083051.

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

Color convert

RGB 171 134 16 -
CMYK 0 0.22 0.91 0.33
HSL 45.68º 0.83% 0.37% -
HSV(B) 45.68º 0.91% 0.67% -
XYZ 25.41 25.75 4.12 -
YUV 131.61 62.76 156.09 -
System Red Green Blue C M Y K H S L
Decimal 171 134 16 0 0.22 0.91 0.33 45.68 0.83 0.37
Hex AB 86 10 0 16 5B 21 2E 53 25
Octal 253 206 20 0 26 133 41 56 123 45
Binary 10101011 10000110 10000 0 10110 1011011 100001 101110 1010011 100101

Color Harmonies of #AB8610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8610

Black with #AB8610

Text Example


Text Example

White with #AB8610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8610; }

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

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

background-color css

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

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

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

border-color css

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

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

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