Html Css Color HEX #A05A50 Crail

📋 copy color: '#A05A50'

red 160 ◦ green 90 ◦ blue 80

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

Shades of Crail #A05A50

Tints of Crail #A05A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

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

R = 48.48%
G = 27.27%
B = 24.24%

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

#A05A50 (or 0xA05A50) is known color: Crail. HEX triplet: A0, 5A and 50. RGB value is (160,90,80). Sum of RGB (Red+Green+Blue) = 160+90+80=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A05A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05A50 is #5FA5AF. Grayscale: #6D6D6D. Windows color (decimal): -6268336 or 5266080. OLE color: 5266080.

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

Color convert

RGB 160 90 80 -
CMYK 0 0.44 0.5 0.37
HSL 7.5º 0.33% 0.47% -
HSV(B) 7.5º 0.5% 0.63% -
XYZ 19.6 15.37 9.52 -
YUV 109.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 160 90 80 0 0.44 0.5 0.37 7.5 0.33 0.47
Hex A0 5A 50 0 2C 32 25 8 21 2F
Octal 240 132 120 0 54 62 45 10 41 57
Binary 10100000 1011010 1010000 0 101100 110010 100101 1000 100001 101111

Color Harmonies of #A05A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05A50

Black with #A05A50

Text Example


Text Example

White with #A05A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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