Html Css Color HEX #A15A49 Crail

📋 copy color: '#A15A49'

red 161 ◦ green 90 ◦ blue 73

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

Shades of Crail #A15A49

Tints of Crail #A15A49

RGB

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

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

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

R = 49.69%
G = 27.78%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#A15A49 (or 0xA15A49) is known color: Crail. HEX triplet: A1, 5A and 49. RGB value is (161,90,73). Sum of RGB (Red+Green+Blue) = 161+90+73=324 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.69% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 161 - color contains mainly: red. Hex color #A15A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15A49 is #5EA5B6. Grayscale: #6D6D6D. Windows color (decimal): -6202807 or 4807329. OLE color: 4807329.

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

Color convert

RGB 161 90 73 -
CMYK 0 0.44 0.55 0.37
HSL 11.59º 0.38% 0.46% -
HSV(B) 11.59º 0.55% 0.63% -
XYZ 19.56 15.37 8.24 -
YUV 109.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 161 90 73 0 0.44 0.55 0.37 11.59 0.38 0.46
Hex A1 5A 49 0 2C 37 25 C 26 2E
Octal 241 132 111 0 54 67 45 14 46 56
Binary 10100001 1011010 1001001 0 101100 110111 100101 1100 100110 101110

Color Harmonies of #A15A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15A49

Black with #A15A49

Text Example


Text Example

White with #A15A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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