Html Css Color HEX #A15E50 Crail

📋 copy color: '#A15E50'

red 161 ◦ green 94 ◦ blue 80

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

Shades of Crail #A15E50

Tints of Crail #A15E50

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.06%

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

R = 48.06%
G = 28.06%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A15E50 (or 0xA15E50) is known color: Crail. HEX triplet: A1, 5E and 50. RGB value is (161,94,80). Sum of RGB (Red+Green+Blue) = 161+94+80=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15E50 is #5EA1AF. Grayscale: #707070. Windows color (decimal): -6201776 or 5267105. OLE color: 5267105.

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

Color convert

RGB 161 94 80 -
CMYK 0 0.42 0.50 0.37
HSL 10.37º 0.34% 0.47% -
HSV(B) 10.37º 0.5% 0.63% -
XYZ 20.15 16.16 9.65 -
YUV 112.44 109.7 162.64 -
System Red Green Blue C M Y K H S L
Decimal 161 94 80 0 0.42 0.50 0.37 10.37 0.34 0.47
Hex A1 5E 50 0 2A 32 25 A 22 2F
Octal 241 136 120 0 52 62 45 12 42 57
Binary 10100001 1011110 1010000 0 101010 110010 100101 1010 100010 101111

Color Harmonies of #A15E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15E50

Black with #A15E50

Text Example


Text Example

White with #A15E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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