Html Css Color HEX #A02416 Brown

📋 copy color: '#A02416'

red 160 ◦ green 36 ◦ blue 22

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

Shades of Brown #A02416

Tints of Brown #A02416

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.51%

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

R = 73.39%
G = 16.51%
B = 10.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A02416 (or 0xA02416) is known color: Brown. HEX triplet: A0, 24 and 16. RGB value is (160,36,22). Sum of RGB (Red+Green+Blue) = 160+36+22=218 (28% of max value = 765). Red value is 160 (62.89% from 255 or 73.39% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 160 - color contains mainly: red. Hex color #A02416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02416 is #5FDBE9. Grayscale: #474747. Windows color (decimal): -6282218 or 1451168. OLE color: 1451168.

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

Color convert

RGB 160 36 22 -
CMYK 0 0.78 0.86 0.37
HSL 6.09º 0.76% 0.36% -
HSV(B) 6.09º 0.86% 0.63% -
XYZ 15.27 8.79 1.65 -
YUV 71.48 100.08 191.14 -
System Red Green Blue C M Y K H S L
Decimal 160 36 22 0 0.78 0.86 0.37 6.09 0.76 0.36
Hex A0 24 16 0 4E 56 25 6 4C 24
Octal 240 44 26 0 116 126 45 6 114 44
Binary 10100000 100100 10110 0 1001110 1010110 100101 110 1001100 100100

Color Harmonies of #A02416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02416

Black with #A02416

Text Example


Text Example

White with #A02416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02416; }

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

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

background-color css

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

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

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

border-color css

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

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

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