Html Css Color HEX #A15449 Crail

📋 copy color: '#A15449'

red 161 ◦ green 84 ◦ blue 73

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

Shades of Crail #A15449

Tints of Crail #A15449

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.42%

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

R = 50.63%
G = 26.42%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A15449 (or 0xA15449) is known color: Crail. HEX triplet: A1, 54 and 49. RGB value is (161,84,73). Sum of RGB (Red+Green+Blue) = 161+84+73=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A15449 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15449 is #5EABB6. Grayscale: #696969. Windows color (decimal): -6204343 or 4805793. OLE color: 4805793.

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

Color convert

RGB 161 84 73 -
CMYK 0 0.48 0.55 0.37
HSL 7.5º 0.38% 0.46% -
HSV(B) 7.5º 0.55% 0.63% -
XYZ 19.07 14.4 8.08 -
YUV 105.77 109.51 167.39 -
System Red Green Blue C M Y K H S L
Decimal 161 84 73 0 0.48 0.55 0.37 7.5 0.38 0.46
Hex A1 54 49 0 30 37 25 8 26 2E
Octal 241 124 111 0 60 67 45 10 46 56
Binary 10100001 1010100 1001001 0 110000 110111 100101 1000 100110 101110

Color Harmonies of #A15449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15449

Black with #A15449

Text Example


Text Example

White with #A15449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15449; }

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

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

background-color css

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

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

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

border-color css

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

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

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