Html Css Color HEX #AA5C03 Golden Brown

📋 copy color: '#AA5C03'

red 170 ◦ green 92 ◦ blue 3

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

Shades of Golden Brown #AA5C03

Tints of Golden Brown #AA5C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.13%

R = 64.15%
G = 34.72%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA5C03 (or 0xAA5C03) is known color: Golden Brown. HEX triplet: AA, 5C and 03. RGB value is (170,92,3). Sum of RGB (Red+Green+Blue) = 170+92+3=265 (35% of max value = 765). Red value is 170 (66.80% from 255 or 64.15% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 3 (1.56% from 255 or 1.13% from 265); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C03 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AA5C03 is #55A3FC. Grayscale: #696969. Windows color (decimal): -5612541 or 220330. OLE color: 220330.

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

Color convert

RGB 170 92 3 -
CMYK 0 0.46 0.98 0.33
HSL 31.98º 0.97% 0.34% -
HSV(B) 31.98º 0.98% 0.67% -
XYZ 20.42 16.21 2.14 -
YUV 105.18 70.34 174.24 -
System Red Green Blue C M Y K H S L
Decimal 170 92 3 0 0.46 0.98 0.33 31.98 0.97 0.34
Hex AA 5C 3 0 2E 62 21 20 61 22
Octal 252 134 3 0 56 142 41 40 141 42
Binary 10101010 1011100 11 0 101110 1100010 100001 100000 1100001 100010

Color Harmonies of #AA5C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C03

Black with #AA5C03

Text Example


Text Example

White with #AA5C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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