Html Css Color HEX #A15445 Crail

📋 copy color: '#A15445'

red 161 ◦ green 84 ◦ blue 69

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

Shades of Crail #A15445

Tints of Crail #A15445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.97%

R = 51.27%
G = 26.75%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A15445 (or 0xA15445) is known color: Crail. HEX triplet: A1, 54 and 45. RGB value is (161,84,69). Sum of RGB (Red+Green+Blue) = 161+84+69=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A15445 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15445 is #5EABBA. Grayscale: #696969. Windows color (decimal): -6204347 or 4543649. OLE color: 4543649.

HSL color Cylindrical-coordinate representation of color #A15445: hue angle of 9.78º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A15445 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 84 69 -
CMYK 0 0.48 0.57 0.37
HSL 9.78º 0.4% 0.45% -
HSV(B) 9.78º 0.57% 0.63% -
XYZ 18.94 14.35 7.4 -
YUV 105.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 161 84 69 0 0.48 0.57 0.37 9.78 0.4 0.45
Hex A1 54 45 0 30 39 25 A 28 2D
Octal 241 124 105 0 60 71 45 12 50 55
Binary 10100001 1010100 1000101 0 110000 111001 100101 1010 101000 101101

Color Harmonies of #A15445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15445

Black with #A15445

Text Example


Text Example

White with #A15445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15445; }

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

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

background-color css

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

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

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

border-color css

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

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

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