Html Css Color HEX #AA6709 Golden Brown

📋 copy color: '#AA6709'

red 170 ◦ green 103 ◦ blue 9

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

Shades of Golden Brown #AA6709

Tints of Golden Brown #AA6709

RGB

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

 GREEN value IS 103 (40.63% from 255) = 36.52%

 BLUE value IS 9 (3.91% from 255) = 3.19%

R = 60.28%
G = 36.52%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA6709 (or 0xAA6709) is known color: Golden Brown. HEX triplet: AA, 67 and 09. RGB value is (170,103,9). Sum of RGB (Red+Green+Blue) = 170+103+9=282 (37% of max value = 765). Red value is 170 (66.80% from 255 or 60.28% from 282); Green value is 103 (40.62% from 255 or 36.52% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6709 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6709 is #5598F6. Grayscale: #707070. Windows color (decimal): -5609719 or 616362. OLE color: 616362.

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

Color convert

RGB 170 103 9 -
CMYK 0 0.39 0.95 0.33
HSL 35.03º 0.9% 0.35% -
HSV(B) 35.03º 0.95% 0.67% -
XYZ 21.48 18.27 2.65 -
YUV 112.32 69.7 169.14 -
System Red Green Blue C M Y K H S L
Decimal 170 103 9 0 0.39 0.95 0.33 35.03 0.9 0.35
Hex AA 67 9 0 27 5F 21 23 5A 23
Octal 252 147 11 0 47 137 41 43 132 43
Binary 10101010 1100111 1001 0 100111 1011111 100001 100011 1011010 100011

Color Harmonies of #AA6709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6709

Black with #AA6709

Text Example


Text Example

White with #AA6709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6709; }

 p { color: rgb(170,103,9); }

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

background-color css

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

 a { background-color: rgb(170,103,9); }

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

border-color css

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

 span { border-color: rgb(170,103,9); }

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