Html Css Color HEX #A02820 Brown

📋 copy color: '#A02820'

red 160 ◦ green 40 ◦ blue 32

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

Shades of Brown #A02820

Tints of Brown #A02820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.79%

R = 68.97%
G = 17.24%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#A02820 (or 0xA02820) is known color: Brown. HEX triplet: A0, 28 and 20. RGB value is (160,40,32). Sum of RGB (Red+Green+Blue) = 160+40+32=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A02820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02820 is #5FD7DF. Grayscale: #4B4B4B. Windows color (decimal): -6281184 or 2107552. OLE color: 2107552.

HSL color Cylindrical-coordinate representation of color #A02820: hue angle of 3.75º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A02820 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 40 32 -
CMYK 0 0.75 0.80 0.37
HSL 3.75º 0.67% 0.38% -
HSV(B) 3.75º 0.8% 0.63% -
XYZ 15.52 9.1 2.3 -
YUV 74.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 160 40 32 0 0.75 0.80 0.37 3.75 0.67 0.38
Hex A0 28 20 0 4B 50 25 4 43 26
Octal 240 50 40 0 113 120 45 4 103 46
Binary 10100000 101000 100000 0 1001011 1010000 100101 100 1000011 100110

Color Harmonies of #A02820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02820

Black with #A02820

Text Example


Text Example

White with #A02820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02820; }

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

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

background-color css

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

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

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

border-color css

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

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

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