Html Css Color HEX #A02724 Brown

📋 copy color: '#A02724'

red 160 ◦ green 39 ◦ blue 36

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

Shades of Brown #A02724

Tints of Brown #A02724

RGB

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

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

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

R = 68.09%
G = 16.6%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A02724 (or 0xA02724) is known color: Brown. HEX triplet: A0, 27 and 24. RGB value is (160,39,36). Sum of RGB (Red+Green+Blue) = 160+39+36=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A02724 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02724 is #5FD8DB. Grayscale: #4A4A4A. Windows color (decimal): -6281436 or 2369440. OLE color: 2369440.

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

Color convert

RGB 160 39 36 -
CMYK 0 0.76 0.78 0.37
HSL 1.45º 0.63% 0.38% -
HSV(B) 1.45º 0.78% 0.63% -
XYZ 15.54 9.05 2.6 -
YUV 74.84 106.09 188.74 -
System Red Green Blue C M Y K H S L
Decimal 160 39 36 0 0.76 0.78 0.37 1.45 0.63 0.38
Hex A0 27 24 0 4C 4E 25 1 3F 26
Octal 240 47 44 0 114 116 45 1 77 46
Binary 10100000 100111 100100 0 1001100 1001110 100101 1 111111 100110

Color Harmonies of #A02724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02724

Black with #A02724

Text Example


Text Example

White with #A02724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02724; }

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

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

background-color css

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

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

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

border-color css

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

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

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