Html Css Color HEX #A02916 Brown

📋 copy color: '#A02916'

red 160 ◦ green 41 ◦ blue 22

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

Shades of Brown #A02916

Tints of Brown #A02916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.39%

 BLUE value IS 22 (8.98% from 255) = 9.87%

R = 71.75%
G = 18.39%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A02916 (or 0xA02916) is known color: Brown. HEX triplet: A0, 29 and 16. RGB value is (160,41,22). Sum of RGB (Red+Green+Blue) = 160+41+22=223 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.75% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 22 (8.98% from 255 or 9.87% from 223); Max value from RGB is 160 - color contains mainly: red. Hex color #A02916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02916 is #5FD6E9. Grayscale: #4A4A4A. Windows color (decimal): -6280938 or 1452448. OLE color: 1452448.

HSL color Cylindrical-coordinate representation of color #A02916: hue angle of 8.26º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A02916 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 41 22 -
CMYK 0 0.74 0.86 0.37
HSL 8.26º 0.76% 0.36% -
HSV(B) 8.26º 0.86% 0.63% -
XYZ 15.43 9.12 1.71 -
YUV 74.42 98.42 189.04 -
System Red Green Blue C M Y K H S L
Decimal 160 41 22 0 0.74 0.86 0.37 8.26 0.76 0.36
Hex A0 29 16 0 4A 56 25 8 4C 24
Octal 240 51 26 0 112 126 45 10 114 44
Binary 10100000 101001 10110 0 1001010 1010110 100101 1000 1001100 100100

Color Harmonies of #A02916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02916

Black with #A02916

Text Example


Text Example

White with #A02916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02916; }

 p { color: rgb(160,41,22); }

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

background-color css

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

 a { background-color: rgb(160,41,22); }

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

border-color css

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

 span { border-color: rgb(160,41,22); }

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