Html Css Color HEX #A05040 Crail

📋 copy color: '#A05040'

red 160 ◦ green 80 ◦ blue 64

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

Shades of Crail #A05040

Tints of Crail #A05040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.32%

 BLUE value IS 64 (25.39% from 255) = 21.05%

R = 52.63%
G = 26.32%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.6

 K value IS 0.37

RGB Variations

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

Color information

#A05040 (or 0xA05040) is known color: Crail. HEX triplet: A0, 50 and 40. RGB value is (160,80,64). Sum of RGB (Red+Green+Blue) = 160+80+64=304 (40% of max value = 765). Red value is 160 (62.89% from 255 or 52.63% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 160 - color contains mainly: red. Hex color #A05040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05040 is #5FAFBF. Grayscale: #666666. Windows color (decimal): -6270912 or 4214944. OLE color: 4214944.

HSL color Cylindrical-coordinate representation of color #A05040: hue angle of 10º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A05040 is Cyan = 0, Magento = 0.5, Yellow = 0.6 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 80 64 -
CMYK 0 0.5 0.6 0.37
HSL 10º 0.43% 0.44% -
HSV(B) 10º 0.6% 0.63% -
XYZ 18.29 13.58 6.51 -
YUV 102.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 160 80 64 0 0.5 0.6 0.37 10 0.43 0.44
Hex A0 50 40 0 32 3C 25 A 2B 2C
Octal 240 120 100 0 62 74 45 12 53 54
Binary 10100000 1010000 1000000 0 110010 111100 100101 1010 101011 101100

Color Harmonies of #A05040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05040

Black with #A05040

Text Example


Text Example

White with #A05040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05040; }

 p { color: rgb(160,80,64); }

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

background-color css

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

 a { background-color: rgb(160,80,64); }

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

border-color css

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

 span { border-color: rgb(160,80,64); }

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