Html Css Color HEX #A03225 Brown

📋 copy color: '#A03225'

red 160 ◦ green 50 ◦ blue 37

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

Shades of Brown #A03225

Tints of Brown #A03225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.98%

R = 64.78%
G = 20.24%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A03225 (or 0xA03225) is known color: Brown. HEX triplet: A0, 32 and 25. RGB value is (160,50,37). Sum of RGB (Red+Green+Blue) = 160+50+37=247 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.78% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 160 - color contains mainly: red. Hex color #A03225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03225 is #5FCDDA. Grayscale: #515151. Windows color (decimal): -6278619 or 2437792. OLE color: 2437792.

HSL color Cylindrical-coordinate representation of color #A03225: hue angle of 6.34º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A03225 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 50 37 -
CMYK 0 0.69 0.77 0.37
HSL 6.34º 0.62% 0.39% -
HSV(B) 6.34º 0.77% 0.63% -
XYZ 15.97 9.89 2.82 -
YUV 81.41 102.94 184.06 -
System Red Green Blue C M Y K H S L
Decimal 160 50 37 0 0.69 0.77 0.37 6.34 0.62 0.39
Hex A0 32 25 0 45 4D 25 6 3E 27
Octal 240 62 45 0 105 115 45 6 76 47
Binary 10100000 110010 100101 0 1000101 1001101 100101 110 111110 100111

Color Harmonies of #A03225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03225

Black with #A03225

Text Example


Text Example

White with #A03225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03225; }

 p { color: rgb(160,50,37); }

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

background-color css

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

 a { background-color: rgb(160,50,37); }

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

border-color css

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

 span { border-color: rgb(160,50,37); }

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