Html Css Color HEX #A15544 Crail

📋 copy color: '#A15544'

red 161 ◦ green 85 ◦ blue 68

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

Shades of Crail #A15544

Tints of Crail #A15544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.07%

 BLUE value IS 68 (26.95% from 255) = 21.66%

R = 51.27%
G = 27.07%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A15544 (or 0xA15544) is known color: Crail. HEX triplet: A1, 55 and 44. RGB value is (161,85,68). Sum of RGB (Red+Green+Blue) = 161+85+68=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 85 (33.59% from 255 or 27.07% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A15544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15544 is #5EAABB. Grayscale: #696969. Windows color (decimal): -6204092 or 4478369. OLE color: 4478369.

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

Color convert

RGB 161 85 68 -
CMYK 0 0.47 0.58 0.37
HSL 10.97º 0.41% 0.45% -
HSV(B) 10.97º 0.58% 0.63% -
XYZ 18.99 14.49 7.27 -
YUV 105.79 106.68 167.38 -
System Red Green Blue C M Y K H S L
Decimal 161 85 68 0 0.47 0.58 0.37 10.97 0.41 0.45
Hex A1 55 44 0 2F 3A 25 B 29 2D
Octal 241 125 104 0 57 72 45 13 51 55
Binary 10100001 1010101 1000100 0 101111 111010 100101 1011 101001 101101

Color Harmonies of #A15544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15544

Black with #A15544

Text Example


Text Example

White with #A15544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15544; }

 p { color: rgb(161,85,68); }

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

background-color css

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

 a { background-color: rgb(161,85,68); }

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

border-color css

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

 span { border-color: rgb(161,85,68); }

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