Html Css Color HEX #A02725 Brown

📋 copy color: '#A02725'

red 160 ◦ green 39 ◦ blue 37

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

Shades of Brown #A02725

Tints of Brown #A02725

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.53%

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

R = 67.8%
G = 16.53%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A02725 (or 0xA02725) is known color: Brown. HEX triplet: A0, 27 and 25. RGB value is (160,39,37). Sum of RGB (Red+Green+Blue) = 160+39+37=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A02725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02725 is #5FD8DA. Grayscale: #4B4B4B. Windows color (decimal): -6281435 or 2434976. OLE color: 2434976.

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

Color convert

RGB 160 39 37 -
CMYK 0 0.76 0.77 0.37
HSL 0.98º 0.62% 0.39% -
HSV(B) 0.98º 0.77% 0.63% -
XYZ 15.56 9.06 2.68 -
YUV 74.95 106.59 188.66 -
System Red Green Blue C M Y K H S L
Decimal 160 39 37 0 0.76 0.77 0.37 0.98 0.62 0.39
Hex A0 27 25 0 4C 4D 25 1 3E 27
Octal 240 47 45 0 114 115 45 1 76 47
Binary 10100000 100111 100101 0 1001100 1001101 100101 1 111110 100111

Color Harmonies of #A02725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02725

Black with #A02725

Text Example


Text Example

White with #A02725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02725; }

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

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

background-color css

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

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

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

border-color css

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

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

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