Html Css Color HEX #A0331C Brown

📋 copy color: '#A0331C'

red 160 ◦ green 51 ◦ blue 28

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

Shades of Brown #A0331C

Tints of Brown #A0331C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.72%

R = 66.95%
G = 21.34%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A0331C (or 0xA0331C) is known color: Brown. HEX triplet: A0, 33 and 1C. RGB value is (160,51,28). Sum of RGB (Red+Green+Blue) = 160+51+28=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A0331C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0331C is #5FCCE3. Grayscale: #515151. Windows color (decimal): -6278372 or 1848224. OLE color: 1848224.

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

Color convert

RGB 160 51 28 -
CMYK 0 0.68 0.82 0.37
HSL 10.45º 0.7% 0.37% -
HSV(B) 10.45º 0.83% 0.63% -
XYZ 15.89 9.93 2.18 -
YUV 80.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 160 51 28 0 0.68 0.82 0.37 10.45 0.7 0.37
Hex A0 33 1C 0 44 52 25 A 46 25
Octal 240 63 34 0 104 122 45 12 106 45
Binary 10100000 110011 11100 0 1000100 1010010 100101 1010 1000110 100101

Color Harmonies of #A0331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0331C

Black with #A0331C

Text Example


Text Example

White with #A0331C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0331C; }

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

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

background-color css

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

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

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

border-color css

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

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

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