Html Css Color HEX #A15744 Crail

📋 copy color: '#A15744'

red 161 ◦ green 87 ◦ blue 68

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

Shades of Crail #A15744

Tints of Crail #A15744

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.53%

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

R = 50.95%
G = 27.53%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A15744 (or 0xA15744) is known color: Crail. HEX triplet: A1, 57 and 44. RGB value is (161,87,68). Sum of RGB (Red+Green+Blue) = 161+87+68=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 68 (26.95% from 255 or 21.52% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A15744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15744 is #5EA8BB. Grayscale: #6B6B6B. Windows color (decimal): -6203580 or 4478881. OLE color: 4478881.

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

Color convert

RGB 161 87 68 -
CMYK 0 0.46 0.58 0.37
HSL 12.26º 0.41% 0.45% -
HSV(B) 12.26º 0.58% 0.63% -
XYZ 19.15 14.81 7.32 -
YUV 106.96 106.02 166.54 -
System Red Green Blue C M Y K H S L
Decimal 161 87 68 0 0.46 0.58 0.37 12.26 0.41 0.45
Hex A1 57 44 0 2E 3A 25 C 29 2D
Octal 241 127 104 0 56 72 45 14 51 55
Binary 10100001 1010111 1000100 0 101110 111010 100101 1100 101001 101101

Color Harmonies of #A15744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15744

Black with #A15744

Text Example


Text Example

White with #A15744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15744; }

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

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

background-color css

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

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

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

border-color css

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

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

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