Html Css Color HEX #AA3223 Brown

📋 copy color: '#AA3223'

red 170 ◦ green 50 ◦ blue 35

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

Shades of Brown #AA3223

Tints of Brown #AA3223

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.61%

 BLUE value IS 35 (14.06% from 255) = 13.73%

R = 66.67%
G = 19.61%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AA3223 (or 0xAA3223) is known color: Brown. HEX triplet: AA, 32 and 23. RGB value is (170,50,35). Sum of RGB (Red+Green+Blue) = 170+50+35=255 (33% of max value = 765). Red value is 170 (66.80% from 255 or 66.67% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA3223 is #55CDDC. Grayscale: #545454. Windows color (decimal): -5623261 or 2306730. OLE color: 2306730.

HSL color Cylindrical-coordinate representation of color #AA3223: hue angle of 6.67º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA3223 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 50 35 -
CMYK 0 0.71 0.79 0.33
HSL 6.67º 0.66% 0.4% -
HSV(B) 6.67º 0.79% 0.67% -
XYZ 18.02 10.95 2.75 -
YUV 84.17 100.26 189.22 -
System Red Green Blue C M Y K H S L
Decimal 170 50 35 0 0.71 0.79 0.33 6.67 0.66 0.4
Hex AA 32 23 0 47 4F 21 7 42 28
Octal 252 62 43 0 107 117 41 7 102 50
Binary 10101010 110010 100011 0 1000111 1001111 100001 111 1000010 101000

Color Harmonies of #AA3223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3223

Black with #AA3223

Text Example


Text Example

White with #AA3223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3223; }

 p { color: rgb(170,50,35); }

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

background-color css

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

 a { background-color: rgb(170,50,35); }

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

border-color css

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

 span { border-color: rgb(170,50,35); }

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