Html Css Color HEX #A15D4C Crail

📋 copy color: '#A15D4C'

red 161 ◦ green 93 ◦ blue 76

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

Shades of Crail #A15D4C

Tints of Crail #A15D4C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

 BLUE value IS 76 (30.08% from 255) = 23.03%

R = 48.79%
G = 28.18%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#A15D4C (or 0xA15D4C) is known color: Crail. HEX triplet: A1, 5D and 4C. RGB value is (161,93,76). Sum of RGB (Red+Green+Blue) = 161+93+76=330 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.79% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15D4C is #5EA2B3. Grayscale: #6F6F6F. Windows color (decimal): -6202036 or 5004705. OLE color: 5004705.

HSL color Cylindrical-coordinate representation of color #A15D4C: hue angle of 12º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A15D4C is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 93 76 -
CMYK 0 0.42 0.53 0.37
HSL 12º 0.36% 0.46% -
HSV(B) 12º 0.53% 0.63% -
XYZ 19.92 15.93 8.86 -
YUV 111.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 161 93 76 0 0.42 0.53 0.37 12 0.36 0.46
Hex A1 5D 4C 0 2A 35 25 C 24 2E
Octal 241 135 114 0 52 65 45 14 44 56
Binary 10100001 1011101 1001100 0 101010 110101 100101 1100 100100 101110

Color Harmonies of #A15D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15D4C

Black with #A15D4C

Text Example


Text Example

White with #A15D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15D4C; }

 p { color: rgb(161,93,76); }

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

background-color css

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

 a { background-color: rgb(161,93,76); }

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

border-color css

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

 span { border-color: rgb(161,93,76); }

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