Html Css Color HEX #A02D24 Brown

📋 copy color: '#A02D24'

red 160 ◦ green 45 ◦ blue 36

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

Shades of Brown #A02D24

Tints of Brown #A02D24

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.67%

 BLUE value IS 36 (14.45% from 255) = 14.94%

R = 66.39%
G = 18.67%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A02D24 (or 0xA02D24) is known color: Brown. HEX triplet: A0, 2D and 24. RGB value is (160,45,36). Sum of RGB (Red+Green+Blue) = 160+45+36=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A02D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02D24 is #5FD2DB. Grayscale: #4E4E4E. Windows color (decimal): -6279900 or 2370976. OLE color: 2370976.

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

Color convert

RGB 160 45 36 -
CMYK 0 0.72 0.78 0.37
HSL 4.35º 0.63% 0.38% -
HSV(B) 4.35º 0.78% 0.63% -
XYZ 15.75 9.48 2.67 -
YUV 78.36 104.1 186.23 -
System Red Green Blue C M Y K H S L
Decimal 160 45 36 0 0.72 0.78 0.37 4.35 0.63 0.38
Hex A0 2D 24 0 48 4E 25 4 3F 26
Octal 240 55 44 0 110 116 45 4 77 46
Binary 10100000 101101 100100 0 1001000 1001110 100101 100 111111 100110

Color Harmonies of #A02D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02D24

Black with #A02D24

Text Example


Text Example

White with #A02D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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