Html Css Color HEX #A15249 Crail

📋 copy color: '#A15249'

red 161 ◦ green 82 ◦ blue 73

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

Shades of Crail #A15249

Tints of Crail #A15249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.95%

 BLUE value IS 73 (28.91% from 255) = 23.1%

R = 50.95%
G = 25.95%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A15249 (or 0xA15249) is known color: Crail. HEX triplet: A1, 52 and 49. RGB value is (161,82,73). Sum of RGB (Red+Green+Blue) = 161+82+73=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A15249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15249 is #5EADB6. Grayscale: #686868. Windows color (decimal): -6204855 or 4805281. OLE color: 4805281.

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

Color convert

RGB 161 82 73 -
CMYK 0 0.49 0.55 0.37
HSL 6.14º 0.38% 0.46% -
HSV(B) 6.14º 0.55% 0.63% -
XYZ 18.92 14.09 8.03 -
YUV 104.6 110.17 168.23 -
System Red Green Blue C M Y K H S L
Decimal 161 82 73 0 0.49 0.55 0.37 6.14 0.38 0.46
Hex A1 52 49 0 31 37 25 6 26 2E
Octal 241 122 111 0 61 67 45 6 46 56
Binary 10100001 1010010 1001001 0 110001 110111 100101 110 100110 101110

Color Harmonies of #A15249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15249

Black with #A15249

Text Example


Text Example

White with #A15249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15249; }

 p { color: rgb(161,82,73); }

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

background-color css

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

 a { background-color: rgb(161,82,73); }

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

border-color css

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

 span { border-color: rgb(161,82,73); }

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