Html Css Color HEX #A02C15 Brown

📋 copy color: '#A02C15'

red 160 ◦ green 44 ◦ blue 21

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

Shades of Brown #A02C15

Tints of Brown #A02C15

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.56%

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

R = 71.11%
G = 19.56%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#A02C15 (or 0xA02C15) is known color: Brown. HEX triplet: A0, 2C and 15. RGB value is (160,44,21). Sum of RGB (Red+Green+Blue) = 160+44+21=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 21 (8.59% from 255 or 9.33% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02C15 is #5FD3EA. Grayscale: #4C4C4C. Windows color (decimal): -6280171 or 1387680. OLE color: 1387680.

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

Color convert

RGB 160 44 21 -
CMYK 0 0.72 0.87 0.37
HSL 9.93º 0.77% 0.35% -
HSV(B) 9.93º 0.87% 0.63% -
XYZ 15.53 9.33 1.69 -
YUV 76.06 96.93 187.87 -
System Red Green Blue C M Y K H S L
Decimal 160 44 21 0 0.72 0.87 0.37 9.93 0.77 0.35
Hex A0 2C 15 0 48 57 25 A 4D 23
Octal 240 54 25 0 110 127 45 12 115 43
Binary 10100000 101100 10101 0 1001000 1010111 100101 1010 1001101 100011

Color Harmonies of #A02C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02C15

Black with #A02C15

Text Example


Text Example

White with #A02C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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