Html Css Color HEX #A02524 Brown

📋 copy color: '#A02524'

red 160 ◦ green 37 ◦ blue 36

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

Shades of Brown #A02524

Tints of Brown #A02524

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.88%

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

R = 68.67%
G = 15.88%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A02524 (or 0xA02524) is known color: Brown. HEX triplet: A0, 25 and 24. RGB value is (160,37,36). Sum of RGB (Red+Green+Blue) = 160+37+36=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A02524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02524 is #5FDADB. Grayscale: #494949. Windows color (decimal): -6281948 or 2368928. OLE color: 2368928.

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

Color convert

RGB 160 37 36 -
CMYK 0 0.77 0.78 0.37
HSL 0.48º 0.63% 0.38% -
HSV(B) 0.48º 0.78% 0.63% -
XYZ 15.48 8.92 2.58 -
YUV 73.66 106.75 189.58 -
System Red Green Blue C M Y K H S L
Decimal 160 37 36 0 0.77 0.78 0.37 0.48 0.63 0.38
Hex A0 25 24 0 4D 4E 25 0 3F 26
Octal 240 45 44 0 115 116 45 0 77 46
Binary 10100000 100101 100100 0 1001101 1001110 100101 0 111111 100110

Color Harmonies of #A02524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02524

Black with #A02524

Text Example


Text Example

White with #A02524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02524; }

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

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

background-color css

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

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

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

border-color css

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

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

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