Html Css Color HEX #AB8710 Dark Goldenrod

📋 copy color: '#AB8710'

red 171 ◦ green 135 ◦ blue 16

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

Shades of Dark Goldenrod #AB8710

Tints of Dark Goldenrod #AB8710

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.93%

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

R = 53.11%
G = 41.93%
B = 4.97%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB8710 (or 0xAB8710) is known color: Dark Goldenrod. HEX triplet: AB, 87 and 10. RGB value is (171,135,16). Sum of RGB (Red+Green+Blue) = 171+135+16=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8710 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8710 is #5478EF. Grayscale: #848484. Windows color (decimal): -5535984 or 1083307. OLE color: 1083307.

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

Color convert

RGB 171 135 16 -
CMYK 0 0.21 0.91 0.33
HSL 46.06º 0.83% 0.37% -
HSV(B) 46.06º 0.91% 0.67% -
XYZ 25.55 26.02 4.17 -
YUV 132.2 62.43 155.68 -
System Red Green Blue C M Y K H S L
Decimal 171 135 16 0 0.21 0.91 0.33 46.06 0.83 0.37
Hex AB 87 10 0 15 5B 21 2E 53 25
Octal 253 207 20 0 25 133 41 56 123 45
Binary 10101011 10000111 10000 0 10101 1011011 100001 101110 1010011 100101

Color Harmonies of #AB8710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8710

Black with #AB8710

Text Example


Text Example

White with #AB8710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8710; }

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

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

background-color css

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

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

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

border-color css

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

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

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