Html Css Color HEX #A03522 Brown

📋 copy color: '#A03522'

red 160 ◦ green 53 ◦ blue 34

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

Shades of Brown #A03522

Tints of Brown #A03522

RGB

 RED value IS 160 (62.89% from 255) = 64.78%

 GREEN value IS 53 (21.09% from 255) = 21.46%

 BLUE value IS 34 (13.67% from 255) = 13.77%

R = 64.78%
G = 21.46%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.37

RGB Variations

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

Color information

#A03522 (or 0xA03522) is known color: Brown. HEX triplet: A0, 35 and 22. RGB value is (160,53,34). Sum of RGB (Red+Green+Blue) = 160+53+34=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A03522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03522 is #5FCADD. Grayscale: #535353. Windows color (decimal): -6277854 or 2241952. OLE color: 2241952.

HSL color Cylindrical-coordinate representation of color #A03522: hue angle of 9.05º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A03522 is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 53 34 -
CMYK 0 0.67 0.79 0.37
HSL 9.05º 0.65% 0.38% -
HSV(B) 9.05º 0.79% 0.63% -
XYZ 16.06 10.14 2.62 -
YUV 82.83 100.45 183.04 -
System Red Green Blue C M Y K H S L
Decimal 160 53 34 0 0.67 0.79 0.37 9.05 0.65 0.38
Hex A0 35 22 0 43 4F 25 9 41 26
Octal 240 65 42 0 103 117 45 11 101 46
Binary 10100000 110101 100010 0 1000011 1001111 100101 1001 1000001 100110

Color Harmonies of #A03522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03522

Black with #A03522

Text Example


Text Example

White with #A03522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03522; }

 p { color: rgb(160,53,34); }

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

background-color css

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

 a { background-color: rgb(160,53,34); }

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

border-color css

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

 span { border-color: rgb(160,53,34); }

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