Html Css Color HEX #A0331D Brown

📋 copy color: '#A0331D'

red 160 ◦ green 51 ◦ blue 29

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

Shades of Brown #A0331D

Tints of Brown #A0331D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 66.67%
G = 21.25%
B = 12.08%

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

#A0331D (or 0xA0331D) is known color: Brown. HEX triplet: A0, 33 and 1D. RGB value is (160,51,29). Sum of RGB (Red+Green+Blue) = 160+51+29=240 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.67% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 160 - color contains mainly: red. Hex color #A0331D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0331D is #5FCCE2. Grayscale: #515151. Windows color (decimal): -6278371 or 1913760. OLE color: 1913760.

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

Color convert

RGB 160 51 29 -
CMYK 0 0.68 0.82 0.37
HSL 10.08º 0.69% 0.37% -
HSV(B) 10.08º 0.82% 0.63% -
XYZ 15.9 9.93 2.24 -
YUV 81.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 160 51 29 0 0.68 0.82 0.37 10.08 0.69 0.37
Hex A0 33 1D 0 44 52 25 A 45 25
Octal 240 63 35 0 104 122 45 12 105 45
Binary 10100000 110011 11101 0 1000100 1010010 100101 1010 1000101 100101

Color Harmonies of #A0331D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0331D

Black with #A0331D

Text Example


Text Example

White with #A0331D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0331D; }

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

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

background-color css

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

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

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

border-color css

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

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

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