Html Css Color HEX #A03019 Brown

📋 copy color: '#A03019'

red 160 ◦ green 48 ◦ blue 25

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

Shades of Brown #A03019

Tints of Brown #A03019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.73%

R = 68.67%
G = 20.6%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A03019 (or 0xA03019) is known color: Brown. HEX triplet: A0, 30 and 19. RGB value is (160,48,25). Sum of RGB (Red+Green+Blue) = 160+48+25=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A03019 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03019 is #5FCFE6. Grayscale: #4F4F4F. Windows color (decimal): -6279143 or 1650848. OLE color: 1650848.

HSL color Cylindrical-coordinate representation of color #A03019: hue angle of 10.22º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A03019 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 48 25 -
CMYK 0 0.70 0.84 0.37
HSL 10.22º 0.73% 0.36% -
HSV(B) 10.22º 0.84% 0.63% -
XYZ 15.73 9.66 1.95 -
YUV 78.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 160 48 25 0 0.70 0.84 0.37 10.22 0.73 0.36
Hex A0 30 19 0 46 54 25 A 49 24
Octal 240 60 31 0 106 124 45 12 111 44
Binary 10100000 110000 11001 0 1000110 1010100 100101 1010 1001001 100100

Color Harmonies of #A03019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03019

Black with #A03019

Text Example


Text Example

White with #A03019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03019; }

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

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

background-color css

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

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

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

border-color css

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

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

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