Html Css Color HEX #A03323 Brown

📋 copy color: '#A03323'

red 160 ◦ green 51 ◦ blue 35

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

Shades of Brown #A03323

Tints of Brown #A03323

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.73%

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

R = 65.04%
G = 20.73%
B = 14.23%

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

#A03323 (or 0xA03323) is known color: Brown. HEX triplet: A0, 33 and 23. RGB value is (160,51,35). Sum of RGB (Red+Green+Blue) = 160+51+35=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A03323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03323 is #5FCCDC. Grayscale: #515151. Windows color (decimal): -6278365 or 2306976. OLE color: 2306976.

HSL color Cylindrical-coordinate representation of color #A03323: hue angle of 7.68º 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 #A03323 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 51 35 -
CMYK 0 0.68 0.78 0.37
HSL 7.68º 0.64% 0.38% -
HSV(B) 7.68º 0.78% 0.63% -
XYZ 15.98 9.96 2.67 -
YUV 81.77 101.61 183.8 -
System Red Green Blue C M Y K H S L
Decimal 160 51 35 0 0.68 0.78 0.37 7.68 0.64 0.38
Hex A0 33 23 0 44 4E 25 8 40 26
Octal 240 63 43 0 104 116 45 10 100 46
Binary 10100000 110011 100011 0 1000100 1001110 100101 1000 1000000 100110

Color Harmonies of #A03323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03323

Black with #A03323

Text Example


Text Example

White with #A03323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03323; }

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

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

background-color css

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

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

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

border-color css

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

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

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