Html Css Color HEX #A03523 Brown

📋 copy color: '#A03523'

red 160 ◦ green 53 ◦ blue 35

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

Shades of Brown #A03523

Tints of Brown #A03523

RGB

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

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

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

R = 64.52%
G = 21.37%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A03523 (or 0xA03523) is known color: Brown. HEX triplet: A0, 35 and 23. RGB value is (160,53,35). Sum of RGB (Red+Green+Blue) = 160+53+35=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 35 (14.06% from 255 or 14.11% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A03523 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03523 is #5FCADC. Grayscale: #535353. Windows color (decimal): -6277853 or 2307488. OLE color: 2307488.

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

Color convert

RGB 160 53 35 -
CMYK 0 0.67 0.78 0.37
HSL 8.64º 0.64% 0.38% -
HSV(B) 8.64º 0.78% 0.63% -
XYZ 16.07 10.14 2.7 -
YUV 82.94 100.95 182.96 -
System Red Green Blue C M Y K H S L
Decimal 160 53 35 0 0.67 0.78 0.37 8.64 0.64 0.38
Hex A0 35 23 0 43 4E 25 9 40 26
Octal 240 65 43 0 103 116 45 11 100 46
Binary 10100000 110101 100011 0 1000011 1001110 100101 1001 1000000 100110

Color Harmonies of #A03523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03523

Black with #A03523

Text Example


Text Example

White with #A03523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03523; }

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

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

background-color css

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

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

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

border-color css

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

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

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