Html Css Color HEX #A05349 Crail

📋 copy color: '#A05349'

red 160 ◦ green 83 ◦ blue 73

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

Shades of Crail #A05349

Tints of Crail #A05349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.27%

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 50.63%
G = 26.27%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#A05349 (or 0xA05349) is known color: Crail. HEX triplet: A0, 53 and 49. RGB value is (160,83,73). Sum of RGB (Red+Green+Blue) = 160+83+73=316 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.63% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 160 - color contains mainly: red. Hex color #A05349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05349 is #5FACB6. Grayscale: #696969. Windows color (decimal): -6270135 or 4805536. OLE color: 4805536.

HSL color Cylindrical-coordinate representation of color #A05349: hue angle of 6.9º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A05349 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 83 73 -
CMYK 0 0.48 0.54 0.37
HSL 6.9º 0.37% 0.46% -
HSV(B) 6.9º 0.54% 0.63% -
XYZ 18.79 14.14 8.04 -
YUV 104.88 110.01 167.31 -
System Red Green Blue C M Y K H S L
Decimal 160 83 73 0 0.48 0.54 0.37 6.9 0.37 0.46
Hex A0 53 49 0 30 36 25 7 25 2E
Octal 240 123 111 0 60 66 45 7 45 56
Binary 10100000 1010011 1001001 0 110000 110110 100101 111 100101 101110

Color Harmonies of #A05349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05349

Black with #A05349

Text Example


Text Example

White with #A05349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05349; }

 p { color: rgb(160,83,73); }

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

background-color css

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

 a { background-color: rgb(160,83,73); }

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

border-color css

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

 span { border-color: rgb(160,83,73); }

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