Html Css Color HEX #AA6309 Golden Brown

📋 copy color: '#AA6309'

red 170 ◦ green 99 ◦ blue 9

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

Shades of Golden Brown #AA6309

Tints of Golden Brown #AA6309

RGB

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

 GREEN value IS 99 (39.06% from 255) = 35.61%

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

R = 61.15%
G = 35.61%
B = 3.24%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA6309 (or 0xAA6309) is known color: Golden Brown. HEX triplet: AA, 63 and 09. RGB value is (170,99,9). Sum of RGB (Red+Green+Blue) = 170+99+9=278 (36% of max value = 765). Red value is 170 (66.80% from 255 or 61.15% from 278); Green value is 99 (39.06% from 255 or 35.61% from 278); Blue value is 9 (3.91% from 255 or 3.24% from 278); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA6309 is #559CF6. Grayscale: #6E6E6E. Windows color (decimal): -5610743 or 615338. OLE color: 615338.

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

Color convert

RGB 170 99 9 -
CMYK 0 0.42 0.95 0.33
HSL 33.54º 0.9% 0.35% -
HSV(B) 33.54º 0.95% 0.67% -
XYZ 21.09 17.49 2.52 -
YUV 109.97 71.02 170.82 -
System Red Green Blue C M Y K H S L
Decimal 170 99 9 0 0.42 0.95 0.33 33.54 0.9 0.35
Hex AA 63 9 0 2A 5F 21 22 5A 23
Octal 252 143 11 0 52 137 41 42 132 43
Binary 10101010 1100011 1001 0 101010 1011111 100001 100010 1011010 100011

Color Harmonies of #AA6309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6309

Black with #AA6309

Text Example


Text Example

White with #AA6309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6309; }

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

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

background-color css

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

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

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

border-color css

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

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

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