Html Css Color HEX #A15950 Crail

📋 copy color: '#A15950'

red 161 ◦ green 89 ◦ blue 80

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

Shades of Crail #A15950

Tints of Crail #A15950

RGB

 RED value IS 161 (63.28% from 255) = 48.79%

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

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

R = 48.79%
G = 26.97%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A15950 (or 0xA15950) is known color: Crail. HEX triplet: A1, 59 and 50. RGB value is (161,89,80). Sum of RGB (Red+Green+Blue) = 161+89+80=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A15950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15950 is #5EA6AF. Grayscale: #6D6D6D. Windows color (decimal): -6203056 or 5265825. OLE color: 5265825.

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

Color convert

RGB 161 89 80 -
CMYK 0 0.45 0.50 0.37
HSL 6.67º 0.34% 0.47% -
HSV(B) 6.67º 0.5% 0.63% -
XYZ 19.72 15.3 9.5 -
YUV 109.5 111.35 164.73 -
System Red Green Blue C M Y K H S L
Decimal 161 89 80 0 0.45 0.50 0.37 6.67 0.34 0.47
Hex A1 59 50 0 2D 32 25 7 22 2F
Octal 241 131 120 0 55 62 45 7 42 57
Binary 10100001 1011001 1010000 0 101101 110010 100101 111 100010 101111

Color Harmonies of #A15950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15950

Black with #A15950

Text Example


Text Example

White with #A15950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15950; }

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

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

background-color css

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

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

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

border-color css

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

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

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