Html Css Color HEX #A02C25 Brown

📋 copy color: '#A02C25'

red 160 ◦ green 44 ◦ blue 37

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

Shades of Brown #A02C25

Tints of Brown #A02C25

RGB

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

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

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

R = 66.39%
G = 18.26%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A02C25 (or 0xA02C25) is known color: Brown. HEX triplet: A0, 2C and 25. RGB value is (160,44,37). Sum of RGB (Red+Green+Blue) = 160+44+37=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02C25 is #5FD3DA. Grayscale: #4E4E4E. Windows color (decimal): -6280155 or 2436256. OLE color: 2436256.

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

Color convert

RGB 160 44 37 -
CMYK 0 0.72 0.77 0.37
HSL 3.41º 0.62% 0.39% -
HSV(B) 3.41º 0.77% 0.63% -
XYZ 15.73 9.41 2.74 -
YUV 77.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 160 44 37 0 0.72 0.77 0.37 3.41 0.62 0.39
Hex A0 2C 25 0 48 4D 25 3 3E 27
Octal 240 54 45 0 110 115 45 3 76 47
Binary 10100000 101100 100101 0 1001000 1001101 100101 11 111110 100111

Color Harmonies of #A02C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02C25

Black with #A02C25

Text Example


Text Example

White with #A02C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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