Html Css Color HEX #A02915 Brown

📋 copy color: '#A02915'

red 160 ◦ green 41 ◦ blue 21

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

Shades of Brown #A02915

Tints of Brown #A02915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.46%

R = 72.07%
G = 18.47%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A02915 (or 0xA02915) is known color: Brown. HEX triplet: A0, 29 and 15. RGB value is (160,41,21). Sum of RGB (Red+Green+Blue) = 160+41+21=222 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.07% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 160 - color contains mainly: red. Hex color #A02915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02915 is #5FD6EA. Grayscale: #4A4A4A. Windows color (decimal): -6280939 or 1386912. OLE color: 1386912.

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

Color convert

RGB 160 41 21 -
CMYK 0 0.74 0.87 0.37
HSL 8.63º 0.77% 0.35% -
HSV(B) 8.63º 0.87% 0.63% -
XYZ 15.43 9.11 1.66 -
YUV 74.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 160 41 21 0 0.74 0.87 0.37 8.63 0.77 0.35
Hex A0 29 15 0 4A 57 25 9 4D 23
Octal 240 51 25 0 112 127 45 11 115 43
Binary 10100000 101001 10101 0 1001010 1010111 100101 1001 1001101 100011

Color Harmonies of #A02915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02915

Black with #A02915

Text Example


Text Example

White with #A02915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02915; }

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

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

background-color css

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

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

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

border-color css

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

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

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