Html Css Color HEX #AA7807 Dark Goldenrod

📋 copy color: '#AA7807'

red 170 ◦ green 120 ◦ blue 7

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

Shades of Dark Goldenrod #AA7807

Tints of Dark Goldenrod #AA7807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.36%

R = 57.24%
G = 40.4%
B = 2.36%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA7807 (or 0xAA7807) is known color: Dark Goldenrod. HEX triplet: AA, 78 and 07. RGB value is (170,120,7). Sum of RGB (Red+Green+Blue) = 170+120+7=297 (39% of max value = 765). Red value is 170 (66.80% from 255 or 57.24% from 297); Green value is 120 (47.27% from 255 or 40.40% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA7807 is #5587F8. Grayscale: #7A7A7A. Windows color (decimal): -5605369 or 489642. OLE color: 489642.

HSL color Cylindrical-coordinate representation of color #AA7807: hue angle of 41.6º degrees, saturation: 0.92, 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 #AA7807 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 120 7 -
CMYK 0 0.29 0.96 0.33
HSL 41.6º 0.92% 0.35% -
HSV(B) 41.6º 0.96% 0.67% -
XYZ 23.33 21.99 3.22 -
YUV 122.07 63.07 162.19 -
System Red Green Blue C M Y K H S L
Decimal 170 120 7 0 0.29 0.96 0.33 41.6 0.92 0.35
Hex AA 78 7 0 1D 60 21 2A 5C 23
Octal 252 170 7 0 35 140 41 52 134 43
Binary 10101010 1111000 111 0 11101 1100000 100001 101010 1011100 100011

Color Harmonies of #AA7807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7807

Black with #AA7807

Text Example


Text Example

White with #AA7807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7807; }

 p { color: rgb(170,120,7); }

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

background-color css

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

 a { background-color: rgb(170,120,7); }

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

border-color css

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

 span { border-color: rgb(170,120,7); }

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