Html Css Color HEX #A05950 Crail

📋 copy color: '#A05950'

red 160 ◦ green 89 ◦ blue 80

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

Shades of Crail #A05950

Tints of Crail #A05950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.05%

 BLUE value IS 80 (31.64% from 255) = 24.32%

R = 48.63%
G = 27.05%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A05950 (or 0xA05950) is known color: Crail. HEX triplet: A0, 59 and 50. RGB value is (160,89,80). Sum of RGB (Red+Green+Blue) = 160+89+80=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A05950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05950 is #5FA6AF. Grayscale: #6D6D6D. Windows color (decimal): -6268592 or 5265824. OLE color: 5265824.

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

Color convert

RGB 160 89 80 -
CMYK 0 0.44 0.5 0.37
HSL 6.75º 0.33% 0.47% -
HSV(B) 6.75º 0.5% 0.63% -
XYZ 19.52 15.2 9.49 -
YUV 109.2 111.52 164.23 -
System Red Green Blue C M Y K H S L
Decimal 160 89 80 0 0.44 0.5 0.37 6.75 0.33 0.47
Hex A0 59 50 0 2C 32 25 7 21 2F
Octal 240 131 120 0 54 62 45 7 41 57
Binary 10100000 1011001 1010000 0 101100 110010 100101 111 100001 101111

Color Harmonies of #A05950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05950

Black with #A05950

Text Example


Text Example

White with #A05950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05950; }

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

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

background-color css

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

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

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

border-color css

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

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

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