Html Css Color HEX #AB7F12 Dark Goldenrod

📋 copy color: '#AB7F12'

red 171 ◦ green 127 ◦ blue 18

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

Shades of Dark Goldenrod #AB7F12

Tints of Dark Goldenrod #AB7F12

RGB

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

 GREEN value IS 127 (50% from 255) = 40.19%

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

R = 54.11%
G = 40.19%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AB7F12 (or 0xAB7F12) is known color: Dark Goldenrod. HEX triplet: AB, 7F and 12. RGB value is (171,127,18). Sum of RGB (Red+Green+Blue) = 171+127+18=316 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.11% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7F12 is #5480ED. Grayscale: #808080. Windows color (decimal): -5538030 or 1212331. OLE color: 1212331.

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

Color convert

RGB 171 127 18 -
CMYK 0 0.26 0.89 0.33
HSL 42.75º 0.81% 0.37% -
HSV(B) 42.75º 0.89% 0.67% -
XYZ 24.49 23.88 3.89 -
YUV 127.73 66.08 158.86 -
System Red Green Blue C M Y K H S L
Decimal 171 127 18 0 0.26 0.89 0.33 42.75 0.81 0.37
Hex AB 7F 12 0 1A 59 21 2B 51 25
Octal 253 177 22 0 32 131 41 53 121 45
Binary 10101011 1111111 10010 0 11010 1011001 100001 101011 1010001 100101

Color Harmonies of #AB7F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7F12

Black with #AB7F12

Text Example


Text Example

White with #AB7F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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