Html Css Color HEX #A02824 Brown

📋 copy color: '#A02824'

red 160 ◦ green 40 ◦ blue 36

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

Shades of Brown #A02824

Tints of Brown #A02824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.95%

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

R = 67.8%
G = 16.95%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A02824 (or 0xA02824) is known color: Brown. HEX triplet: A0, 28 and 24. RGB value is (160,40,36). Sum of RGB (Red+Green+Blue) = 160+40+36=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A02824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02824 is #5FD7DB. Grayscale: #4B4B4B. Windows color (decimal): -6281180 or 2369696. OLE color: 2369696.

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

Color convert

RGB 160 40 36 -
CMYK 0 0.75 0.78 0.37
HSL 1.94º 0.63% 0.38% -
HSV(B) 1.94º 0.78% 0.63% -
XYZ 15.57 9.12 2.61 -
YUV 75.42 105.76 188.33 -
System Red Green Blue C M Y K H S L
Decimal 160 40 36 0 0.75 0.78 0.37 1.94 0.63 0.38
Hex A0 28 24 0 4B 4E 25 2 3F 26
Octal 240 50 44 0 113 116 45 2 77 46
Binary 10100000 101000 100100 0 1001011 1001110 100101 10 111111 100110

Color Harmonies of #A02824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02824

Black with #A02824

Text Example


Text Example

White with #A02824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02824; }

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

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

background-color css

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

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

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

border-color css

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

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

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