Html Css Color HEX #AA6607 Golden Brown

📋 copy color: '#AA6607'

red 170 ◦ green 102 ◦ blue 7

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

Shades of Golden Brown #AA6607

Tints of Golden Brown #AA6607

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.56%

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

R = 60.93%
G = 36.56%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AA6607 (or 0xAA6607) is known color: Golden Brown. HEX triplet: AA, 66 and 07. RGB value is (170,102,7). Sum of RGB (Red+Green+Blue) = 170+102+7=279 (36% of max value = 765). Red value is 170 (66.80% from 255 or 60.93% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 7 (3.12% from 255 or 2.51% from 279); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6607 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6607 is #5599F8. Grayscale: #6F6F6F. Windows color (decimal): -5609977 or 485034. OLE color: 485034.

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

Color convert

RGB 170 102 7 -
CMYK 0 0.4 0.96 0.33
HSL 34.97º 0.92% 0.35% -
HSV(B) 34.97º 0.96% 0.67% -
XYZ 21.37 18.06 2.56 -
YUV 111.5 69.03 169.72 -
System Red Green Blue C M Y K H S L
Decimal 170 102 7 0 0.4 0.96 0.33 34.97 0.92 0.35
Hex AA 66 7 0 28 60 21 23 5C 23
Octal 252 146 7 0 50 140 41 43 134 43
Binary 10101010 1100110 111 0 101000 1100000 100001 100011 1011100 100011

Color Harmonies of #AA6607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6607

Black with #AA6607

Text Example


Text Example

White with #AA6607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6607; }

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

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

background-color css

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

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

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

border-color css

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

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

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