Html Css Color HEX #AA6107 Golden Brown

📋 copy color: '#AA6107'

red 170 ◦ green 97 ◦ blue 7

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

Shades of Golden Brown #AA6107

Tints of Golden Brown #AA6107

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.4%

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

R = 62.04%
G = 35.4%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA6107 (or 0xAA6107) is known color: Golden Brown. HEX triplet: AA, 61 and 07. RGB value is (170,97,7). Sum of RGB (Red+Green+Blue) = 170+97+7=274 (36% of max value = 765). Red value is 170 (66.80% from 255 or 62.04% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6107 is #559EF8. Grayscale: #6C6C6C. Windows color (decimal): -5611257 or 483754. OLE color: 483754.

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

Color convert

RGB 170 97 7 -
CMYK 0 0.43 0.96 0.33
HSL 33.13º 0.92% 0.35% -
HSV(B) 33.13º 0.96% 0.67% -
XYZ 20.89 17.11 2.4 -
YUV 108.57 70.68 171.82 -
System Red Green Blue C M Y K H S L
Decimal 170 97 7 0 0.43 0.96 0.33 33.13 0.92 0.35
Hex AA 61 7 0 2B 60 21 21 5C 23
Octal 252 141 7 0 53 140 41 41 134 43
Binary 10101010 1100001 111 0 101011 1100000 100001 100001 1011100 100011

Color Harmonies of #AA6107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6107

Black with #AA6107

Text Example


Text Example

White with #AA6107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6107; }

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

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

background-color css

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

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

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

border-color css

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

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

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