Html Css Color HEX #A03017 Brown

📋 copy color: '#A03017'

red 160 ◦ green 48 ◦ blue 23

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

Shades of Brown #A03017

Tints of Brown #A03017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.96%

R = 69.26%
G = 20.78%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.37

RGB Variations

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

Color information

#A03017 (or 0xA03017) is known color: Brown. HEX triplet: A0, 30 and 17. RGB value is (160,48,23). Sum of RGB (Red+Green+Blue) = 160+48+23=231 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.26% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 160 - color contains mainly: red. Hex color #A03017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03017 is #5FCFE8. Grayscale: #4E4E4E. Windows color (decimal): -6279145 or 1519776. OLE color: 1519776.

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

Color convert

RGB 160 48 23 -
CMYK 0 0.70 0.86 0.37
HSL 10.95º 0.75% 0.36% -
HSV(B) 10.95º 0.86% 0.63% -
XYZ 15.71 9.65 1.85 -
YUV 78.64 96.61 186.03 -
System Red Green Blue C M Y K H S L
Decimal 160 48 23 0 0.70 0.86 0.37 10.95 0.75 0.36
Hex A0 30 17 0 46 56 25 B 4B 24
Octal 240 60 27 0 106 126 45 13 113 44
Binary 10100000 110000 10111 0 1000110 1010110 100101 1011 1001011 100100

Color Harmonies of #A03017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03017

Black with #A03017

Text Example


Text Example

White with #A03017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03017; }

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

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

background-color css

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

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

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

border-color css

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

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

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