Html Css Color HEX #AB7C0A Dark Goldenrod

📋 copy color: '#AB7C0A'

red 171 ◦ green 124 ◦ blue 10

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

Shades of Dark Goldenrod #AB7C0A

Tints of Dark Goldenrod #AB7C0A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.66%

 BLUE value IS 10 (4.3% from 255) = 3.28%

R = 56.07%
G = 40.66%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB7C0A (or 0xAB7C0A) is known color: Dark Goldenrod. HEX triplet: AB, 7C and 0A. RGB value is (171,124,10). Sum of RGB (Red+Green+Blue) = 171+124+10=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7C0A is #5483F5. Grayscale: #7D7D7D. Windows color (decimal): -5538806 or 687275. OLE color: 687275.

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

Color convert

RGB 171 124 10 -
CMYK 0 0.27 0.94 0.33
HSL 42.48º 0.89% 0.35% -
HSV(B) 42.48º 0.94% 0.67% -
XYZ 24.06 23.1 3.48 -
YUV 125.06 63.07 160.77 -
System Red Green Blue C M Y K H S L
Decimal 171 124 10 0 0.27 0.94 0.33 42.48 0.89 0.35
Hex AB 7C A 0 1B 5E 21 2A 59 23
Octal 253 174 12 0 33 136 41 52 131 43
Binary 10101011 1111100 1010 0 11011 1011110 100001 101010 1011001 100011

Color Harmonies of #AB7C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7C0A

Black with #AB7C0A

Text Example


Text Example

White with #AB7C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7C0A; }

 p { color: rgb(171,124,10); }

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

background-color css

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

 a { background-color: rgb(171,124,10); }

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

border-color css

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

 span { border-color: rgb(171,124,10); }

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