Html Css Color HEX #A03024 Brown

📋 copy color: '#A03024'

red 160 ◦ green 48 ◦ blue 36

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

Shades of Brown #A03024

Tints of Brown #A03024

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.67%

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

R = 65.57%
G = 19.67%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A03024 (or 0xA03024) is known color: Brown. HEX triplet: A0, 30 and 24. RGB value is (160,48,36). Sum of RGB (Red+Green+Blue) = 160+48+36=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A03024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03024 is #5FCFDB. Grayscale: #505050. Windows color (decimal): -6279132 or 2371744. OLE color: 2371744.

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

Color convert

RGB 160 48 36 -
CMYK 0 0.70 0.78 0.37
HSL 5.81º 0.63% 0.38% -
HSV(B) 5.81º 0.78% 0.63% -
XYZ 15.87 9.71 2.71 -
YUV 80.12 103.11 184.98 -
System Red Green Blue C M Y K H S L
Decimal 160 48 36 0 0.70 0.78 0.37 5.81 0.63 0.38
Hex A0 30 24 0 46 4E 25 6 3F 26
Octal 240 60 44 0 106 116 45 6 77 46
Binary 10100000 110000 100100 0 1000110 1001110 100101 110 111111 100110

Color Harmonies of #A03024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03024

Black with #A03024

Text Example


Text Example

White with #A03024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03024; }

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

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

background-color css

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

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

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

border-color css

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

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

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