Html Css Color HEX #A15144 Crail

📋 copy color: '#A15144'

red 161 ◦ green 81 ◦ blue 68

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

Shades of Crail #A15144

Tints of Crail #A15144

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.13%

 BLUE value IS 68 (26.95% from 255) = 21.94%

R = 51.94%
G = 26.13%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A15144 (or 0xA15144) is known color: Crail. HEX triplet: A1, 51 and 44. RGB value is (161,81,68). Sum of RGB (Red+Green+Blue) = 161+81+68=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 68 (26.95% from 255 or 21.94% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A15144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15144 is #5EAEBB. Grayscale: #676767. Windows color (decimal): -6205116 or 4477345. OLE color: 4477345.

HSL color Cylindrical-coordinate representation of color #A15144: hue angle of 8.39º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A15144 is Cyan = 0, Magento = 0.50, Yellow = 0.58 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 81 68 -
CMYK 0 0.50 0.58 0.37
HSL 8.39º 0.41% 0.45% -
HSV(B) 8.39º 0.58% 0.63% -
XYZ 18.68 13.88 7.16 -
YUV 103.44 108 169.06 -
System Red Green Blue C M Y K H S L
Decimal 161 81 68 0 0.50 0.58 0.37 8.39 0.41 0.45
Hex A1 51 44 0 32 3A 25 8 29 2D
Octal 241 121 104 0 62 72 45 10 51 55
Binary 10100001 1010001 1000100 0 110010 111010 100101 1000 101001 101101

Color Harmonies of #A15144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15144

Black with #A15144

Text Example


Text Example

White with #A15144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15144; }

 p { color: rgb(161,81,68); }

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

background-color css

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

 a { background-color: rgb(161,81,68); }

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

border-color css

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

 span { border-color: rgb(161,81,68); }

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