Html Css Color HEX #A03424 Brown

📋 copy color: '#A03424'

red 160 ◦ green 52 ◦ blue 36

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

Shades of Brown #A03424

Tints of Brown #A03424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.97%

 BLUE value IS 36 (14.45% from 255) = 14.52%

R = 64.52%
G = 20.97%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A03424 (or 0xA03424) is known color: Brown. HEX triplet: A0, 34 and 24. RGB value is (160,52,36). Sum of RGB (Red+Green+Blue) = 160+52+36=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A03424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03424 is #5FCBDB. Grayscale: #525252. Windows color (decimal): -6278108 or 2372768. OLE color: 2372768.

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

Color convert

RGB 160 52 36 -
CMYK 0 0.68 0.78 0.37
HSL 7.74º 0.63% 0.38% -
HSV(B) 7.74º 0.78% 0.63% -
XYZ 16.04 10.06 2.76 -
YUV 82.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 160 52 36 0 0.68 0.78 0.37 7.74 0.63 0.38
Hex A0 34 24 0 44 4E 25 8 3F 26
Octal 240 64 44 0 104 116 45 10 77 46
Binary 10100000 110100 100100 0 1000100 1001110 100101 1000 111111 100110

Color Harmonies of #A03424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03424

Black with #A03424

Text Example


Text Example

White with #A03424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03424; }

 p { color: rgb(160,52,36); }

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

background-color css

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

 a { background-color: rgb(160,52,36); }

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

border-color css

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

 span { border-color: rgb(160,52,36); }

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