Html Css Color HEX #A15A50 Crail

📋 copy color: '#A15A50'

red 161 ◦ green 90 ◦ blue 80

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

Shades of Crail #A15A50

Tints of Crail #A15A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.19%

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

R = 48.64%
G = 27.19%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#A15A50 (or 0xA15A50) is known color: Crail. HEX triplet: A1, 5A and 50. RGB value is (161,90,80). Sum of RGB (Red+Green+Blue) = 161+90+80=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15A50 is #5EA5AF. Grayscale: #6E6E6E. Windows color (decimal): -6202800 or 5266081. OLE color: 5266081.

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

Color convert

RGB 161 90 80 -
CMYK 0 0.44 0.50 0.37
HSL 7.41º 0.34% 0.47% -
HSV(B) 7.41º 0.5% 0.63% -
XYZ 19.8 15.47 9.53 -
YUV 110.09 111.02 164.31 -
System Red Green Blue C M Y K H S L
Decimal 161 90 80 0 0.44 0.50 0.37 7.41 0.34 0.47
Hex A1 5A 50 0 2C 32 25 7 22 2F
Octal 241 132 120 0 54 62 45 7 42 57
Binary 10100001 1011010 1010000 0 101100 110010 100101 111 100010 101111

Color Harmonies of #A15A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15A50

Black with #A15A50

Text Example


Text Example

White with #A15A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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