Html Css Color HEX #AA5C09 Golden Brown

📋 copy color: '#AA5C09'

red 170 ◦ green 92 ◦ blue 9

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

Shades of Golden Brown #AA5C09

Tints of Golden Brown #AA5C09

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.95%

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

R = 62.73%
G = 33.95%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AA5C09 (or 0xAA5C09) is known color: Golden Brown. HEX triplet: AA, 5C and 09. RGB value is (170,92,9). Sum of RGB (Red+Green+Blue) = 170+92+9=271 (35% of max value = 765). Red value is 170 (66.80% from 255 or 62.73% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5C09 is #55A3F6. Grayscale: #6A6A6A. Windows color (decimal): -5612535 or 613546. OLE color: 613546.

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

Color convert

RGB 170 92 9 -
CMYK 0 0.46 0.95 0.33
HSL 30.93º 0.9% 0.35% -
HSV(B) 30.93º 0.95% 0.67% -
XYZ 20.45 16.22 2.31 -
YUV 105.86 73.34 173.75 -
System Red Green Blue C M Y K H S L
Decimal 170 92 9 0 0.46 0.95 0.33 30.93 0.9 0.35
Hex AA 5C 9 0 2E 5F 21 1F 5A 23
Octal 252 134 11 0 56 137 41 37 132 43
Binary 10101010 1011100 1001 0 101110 1011111 100001 11111 1011010 100011

Color Harmonies of #AA5C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C09

Black with #AA5C09

Text Example


Text Example

White with #AA5C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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