Html Css Color HEX #A03123 Brown

📋 copy color: '#A03123'

red 160 ◦ green 49 ◦ blue 35

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

Shades of Brown #A03123

Tints of Brown #A03123

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.08%

 BLUE value IS 35 (14.06% from 255) = 14.34%

R = 65.57%
G = 20.08%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A03123 (or 0xA03123) is known color: Brown. HEX triplet: A0, 31 and 23. RGB value is (160,49,35). Sum of RGB (Red+Green+Blue) = 160+49+35=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A03123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03123 is #5FCEDC. Grayscale: #505050. Windows color (decimal): -6278877 or 2306464. OLE color: 2306464.

HSL color Cylindrical-coordinate representation of color #A03123: hue angle of 6.72º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A03123 is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 49 35 -
CMYK 0 0.69 0.78 0.37
HSL 6.72º 0.64% 0.38% -
HSV(B) 6.72º 0.78% 0.63% -
XYZ 15.9 9.79 2.64 -
YUV 80.59 102.27 184.64 -
System Red Green Blue C M Y K H S L
Decimal 160 49 35 0 0.69 0.78 0.37 6.72 0.64 0.38
Hex A0 31 23 0 45 4E 25 7 40 26
Octal 240 61 43 0 105 116 45 7 100 46
Binary 10100000 110001 100011 0 1000101 1001110 100101 111 1000000 100110

Color Harmonies of #A03123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03123

Black with #A03123

Text Example


Text Example

White with #A03123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03123; }

 p { color: rgb(160,49,35); }

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

background-color css

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

 a { background-color: rgb(160,49,35); }

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

border-color css

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

 span { border-color: rgb(160,49,35); }

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