Html Css Color HEX #AA7A06 Dark Goldenrod

📋 copy color: '#AA7A06'

red 170 ◦ green 122 ◦ blue 6

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

Shades of Dark Goldenrod #AA7A06

Tints of Dark Goldenrod #AA7A06

RGB

 RED value IS 170 (66.8% from 255) = 57.05%

 GREEN value IS 122 (48.05% from 255) = 40.94%

 BLUE value IS 6 (2.73% from 255) = 2.01%

R = 57.05%
G = 40.94%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA7A06 (or 0xAA7A06) is known color: Dark Goldenrod. HEX triplet: AA, 7A and 06. RGB value is (170,122,6). Sum of RGB (Red+Green+Blue) = 170+122+6=298 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.05% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 6 (2.73% from 255 or 2.01% from 298); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7A06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7A06 is #5585F9. Grayscale: #7B7B7B. Windows color (decimal): -5604858 or 424618. OLE color: 424618.

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

Color convert

RGB 170 122 6 -
CMYK 0 0.28 0.96 0.33
HSL 42.44º 0.93% 0.35% -
HSV(B) 42.44º 0.96% 0.67% -
XYZ 23.57 22.48 3.27 -
YUV 123.13 61.9 161.43 -
System Red Green Blue C M Y K H S L
Decimal 170 122 6 0 0.28 0.96 0.33 42.44 0.93 0.35
Hex AA 7A 6 0 1C 60 21 2A 5D 23
Octal 252 172 6 0 34 140 41 52 135 43
Binary 10101010 1111010 110 0 11100 1100000 100001 101010 1011101 100011

Color Harmonies of #AA7A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7A06

Black with #AA7A06

Text Example


Text Example

White with #AA7A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7A06; }

 p { color: rgb(170,122,6); }

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

background-color css

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

 a { background-color: rgb(170,122,6); }

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

border-color css

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

 span { border-color: rgb(170,122,6); }

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