Html Css Color HEX #A05850 Crail

📋 copy color: '#A05850'

red 160 ◦ green 88 ◦ blue 80

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

Shades of Crail #A05850

Tints of Crail #A05850

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.83%

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

R = 48.78%
G = 26.83%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.5

 K value IS 0.37

RGB Variations

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

Color information

#A05850 (or 0xA05850) is known color: Crail. HEX triplet: A0, 58 and 50. RGB value is (160,88,80). Sum of RGB (Red+Green+Blue) = 160+88+80=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A05850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05850 is #5FA7AF. Grayscale: #6C6C6C. Windows color (decimal): -6268848 or 5265568. OLE color: 5265568.

HSL color Cylindrical-coordinate representation of color #A05850: hue angle of 6º 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 #A05850 is Cyan = 0, Magento = 0.45, Yellow = 0.5 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 88 80 -
CMYK 0 0.45 0.5 0.37
HSL 0.33% 0.47% -
HSV(B) 0.5% 0.63% -
XYZ 19.43 15.03 9.47 -
YUV 108.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 160 88 80 0 0.45 0.5 0.37 6 0.33 0.47
Hex A0 58 50 0 2D 32 25 6 21 2F
Octal 240 130 120 0 55 62 45 6 41 57
Binary 10100000 1011000 1010000 0 101101 110010 100101 110 100001 101111

Color Harmonies of #A05850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05850

Black with #A05850

Text Example


Text Example

White with #A05850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05850; }

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

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

background-color css

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

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

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

border-color css

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

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

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