Html Css Color HEX #AB7810 Dark Goldenrod

📋 copy color: '#AB7810'

red 171 ◦ green 120 ◦ blue 16

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

Shades of Dark Goldenrod #AB7810

Tints of Dark Goldenrod #AB7810

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.09%

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

R = 55.7%
G = 39.09%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB7810 (or 0xAB7810) is known color: Dark Goldenrod. HEX triplet: AB, 78 and 10. RGB value is (171,120,16). Sum of RGB (Red+Green+Blue) = 171+120+16=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 120 (47.27% from 255 or 39.09% from 307); Blue value is 16 (6.64% from 255 or 5.21% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7810 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7810 is #5487EF. Grayscale: #7B7B7B. Windows color (decimal): -5539824 or 1079467. OLE color: 1079467.

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

Color convert

RGB 171 120 16 -
CMYK 0 0.30 0.91 0.33
HSL 40.26º 0.83% 0.37% -
HSV(B) 40.26º 0.91% 0.67% -
XYZ 23.6 22.13 3.52 -
YUV 123.39 67.4 161.96 -
System Red Green Blue C M Y K H S L
Decimal 171 120 16 0 0.30 0.91 0.33 40.26 0.83 0.37
Hex AB 78 10 0 1E 5B 21 28 53 25
Octal 253 170 20 0 36 133 41 50 123 45
Binary 10101011 1111000 10000 0 11110 1011011 100001 101000 1010011 100101

Color Harmonies of #AB7810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7810

Black with #AB7810

Text Example


Text Example

White with #AB7810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7810; }

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

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

background-color css

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

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

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

border-color css

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

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

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