Html Css Color HEX #A15B51 Crail

📋 copy color: '#A15B51'

red 161 ◦ green 91 ◦ blue 81

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

Shades of Crail #A15B51

Tints of Crail #A15B51

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.33%

 BLUE value IS 81 (32.03% from 255) = 24.32%

R = 48.35%
G = 27.33%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A15B51 (or 0xA15B51) is known color: Crail. HEX triplet: A1, 5B and 51. RGB value is (161,91,81). Sum of RGB (Red+Green+Blue) = 161+91+81=333 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.35% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15B51 is #5EA4AE. Grayscale: #6E6E6E. Windows color (decimal): -6202543 or 5331873. OLE color: 5331873.

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

Color convert

RGB 161 91 81 -
CMYK 0 0.43 0.50 0.37
HSL 7.5º 0.33% 0.47% -
HSV(B) 7.5º 0.5% 0.63% -
XYZ 19.92 15.65 9.76 -
YUV 110.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 161 91 81 0 0.43 0.50 0.37 7.5 0.33 0.47
Hex A1 5B 51 0 2B 32 25 8 21 2F
Octal 241 133 121 0 53 62 45 10 41 57
Binary 10100001 1011011 1010001 0 101011 110010 100101 1000 100001 101111

Color Harmonies of #A15B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15B51

Black with #A15B51

Text Example


Text Example

White with #A15B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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