Html Css Color HEX #AA5D05 Golden Brown

📋 copy color: '#AA5D05'

red 170 ◦ green 93 ◦ blue 5

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

Shades of Golden Brown #AA5D05

Tints of Golden Brown #AA5D05

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.7%

 BLUE value IS 5 (2.34% from 255) = 1.87%

R = 63.43%
G = 34.7%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AA5D05 (or 0xAA5D05) is known color: Golden Brown. HEX triplet: AA, 5D and 05. RGB value is (170,93,5). Sum of RGB (Red+Green+Blue) = 170+93+5=268 (35% of max value = 765). Red value is 170 (66.80% from 255 or 63.43% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 5 (2.34% from 255 or 1.87% from 268); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5D05 is #55A2FA. Grayscale: #6A6A6A. Windows color (decimal): -5612283 or 351658. OLE color: 351658.

HSL color Cylindrical-coordinate representation of color #AA5D05: hue angle of 32º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AA5D05 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 93 5 -
CMYK 0 0.45 0.97 0.33
HSL 32º 0.94% 0.34% -
HSV(B) 32º 0.97% 0.67% -
XYZ 20.52 16.39 2.22 -
YUV 105.99 71.01 173.66 -
System Red Green Blue C M Y K H S L
Decimal 170 93 5 0 0.45 0.97 0.33 32 0.94 0.34
Hex AA 5D 5 0 2D 61 21 20 5E 22
Octal 252 135 5 0 55 141 41 40 136 42
Binary 10101010 1011101 101 0 101101 1100001 100001 100000 1011110 100010

Color Harmonies of #AA5D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5D05

Black with #AA5D05

Text Example


Text Example

White with #AA5D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5D05; }

 p { color: rgb(170,93,5); }

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

background-color css

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

 a { background-color: rgb(170,93,5); }

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

border-color css

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

 span { border-color: rgb(170,93,5); }

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