Html Css Color HEX #AB7812 Dark Goldenrod

📋 copy color: '#AB7812'

red 171 ◦ green 120 ◦ blue 18

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

Shades of Dark Goldenrod #AB7812

Tints of Dark Goldenrod #AB7812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.83%

R = 55.34%
G = 38.83%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB7812 (or 0xAB7812) is known color: Dark Goldenrod. HEX triplet: AB, 78 and 12. RGB value is (171,120,18). Sum of RGB (Red+Green+Blue) = 171+120+18=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 120 (47.27% from 255 or 38.83% from 309); Blue value is 18 (7.42% from 255 or 5.83% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7812 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7812 is #5487ED. Grayscale: #7C7C7C. Windows color (decimal): -5539822 or 1210539. OLE color: 1210539.

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

Color convert

RGB 171 120 18 -
CMYK 0 0.30 0.89 0.33
HSL 40º 0.81% 0.37% -
HSV(B) 40º 0.89% 0.67% -
XYZ 23.62 22.13 3.6 -
YUV 123.62 68.4 161.79 -
System Red Green Blue C M Y K H S L
Decimal 171 120 18 0 0.30 0.89 0.33 40 0.81 0.37
Hex AB 78 12 0 1E 59 21 28 51 25
Octal 253 170 22 0 36 131 41 50 121 45
Binary 10101011 1111000 10010 0 11110 1011001 100001 101000 1010001 100101

Color Harmonies of #AB7812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7812

Black with #AB7812

Text Example


Text Example

White with #AB7812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7812; }

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

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

background-color css

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

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

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

border-color css

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

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

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