Html Css Color HEX #A02825 Brown

📋 copy color: '#A02825'

red 160 ◦ green 40 ◦ blue 37

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

Shades of Brown #A02825

Tints of Brown #A02825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

 BLUE value IS 37 (14.84% from 255) = 15.61%

R = 67.51%
G = 16.88%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A02825 (or 0xA02825) is known color: Brown. HEX triplet: A0, 28 and 25. RGB value is (160,40,37). Sum of RGB (Red+Green+Blue) = 160+40+37=237 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.51% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 37 (14.84% from 255 or 15.61% from 237); Max value from RGB is 160 - color contains mainly: red. Hex color #A02825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02825 is #5FD7DA. Grayscale: #4B4B4B. Windows color (decimal): -6281179 or 2435232. OLE color: 2435232.

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

Color convert

RGB 160 40 37 -
CMYK 0 0.75 0.77 0.37
HSL 1.46º 0.62% 0.39% -
HSV(B) 1.46º 0.77% 0.63% -
XYZ 15.59 9.12 2.69 -
YUV 75.54 106.26 188.24 -
System Red Green Blue C M Y K H S L
Decimal 160 40 37 0 0.75 0.77 0.37 1.46 0.62 0.39
Hex A0 28 25 0 4B 4D 25 1 3E 27
Octal 240 50 45 0 113 115 45 1 76 47
Binary 10100000 101000 100101 0 1001011 1001101 100101 1 111110 100111

Color Harmonies of #A02825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02825

Black with #A02825

Text Example


Text Example

White with #A02825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02825; }

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

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

background-color css

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

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

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

border-color css

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

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

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