Html Css Color HEX #AB740A Dark Goldenrod

📋 copy color: '#AB740A'

red 171 ◦ green 116 ◦ blue 10

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

Shades of Dark Goldenrod #AB740A

Tints of Dark Goldenrod #AB740A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.06%

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

R = 57.58%
G = 39.06%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AB740A (or 0xAB740A) is known color: Dark Goldenrod. HEX triplet: AB, 74 and 0A. RGB value is (171,116,10). Sum of RGB (Red+Green+Blue) = 171+116+10=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 10 (4.30% from 255 or 3.37% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB740A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB740A is #548BF5. Grayscale: #787878. Windows color (decimal): -5540854 or 685227. OLE color: 685227.

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

Color convert

RGB 171 116 10 -
CMYK 0 0.32 0.94 0.33
HSL 39.5º 0.89% 0.35% -
HSV(B) 39.5º 0.94% 0.67% -
XYZ 23.09 21.17 3.16 -
YUV 120.36 65.72 164.12 -
System Red Green Blue C M Y K H S L
Decimal 171 116 10 0 0.32 0.94 0.33 39.5 0.89 0.35
Hex AB 74 A 0 20 5E 21 28 59 23
Octal 253 164 12 0 40 136 41 50 131 43
Binary 10101011 1110100 1010 0 100000 1011110 100001 101000 1011001 100011

Color Harmonies of #AB740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB740A

Black with #AB740A

Text Example


Text Example

White with #AB740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB740A; }

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

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

background-color css

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

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

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

border-color css

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

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

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