Html Css Color HEX #A15643 Crail

📋 copy color: '#A15643'

red 161 ◦ green 86 ◦ blue 67

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

Shades of Crail #A15643

Tints of Crail #A15643

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.39%

 BLUE value IS 67 (26.56% from 255) = 21.34%

R = 51.27%
G = 27.39%
B = 21.34%

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

#A15643 (or 0xA15643) is known color: Crail. HEX triplet: A1, 56 and 43. RGB value is (161,86,67). Sum of RGB (Red+Green+Blue) = 161+86+67=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A15643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15643 is #5EA9BC. Grayscale: #6A6A6A. Windows color (decimal): -6203837 or 4413089. OLE color: 4413089.

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

Color convert

RGB 161 86 67 -
CMYK 0 0.47 0.58 0.37
HSL 12.13º 0.41% 0.45% -
HSV(B) 12.13º 0.58% 0.63% -
XYZ 19.04 14.64 7.13 -
YUV 106.26 105.85 167.04 -
System Red Green Blue C M Y K H S L
Decimal 161 86 67 0 0.47 0.58 0.37 12.13 0.41 0.45
Hex A1 56 43 0 2F 3A 25 C 29 2D
Octal 241 126 103 0 57 72 45 14 51 55
Binary 10100001 1010110 1000011 0 101111 111010 100101 1100 101001 101101

Color Harmonies of #A15643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15643

Black with #A15643

Text Example


Text Example

White with #A15643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15643; }

 p { color: rgb(161,86,67); }

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

background-color css

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

 a { background-color: rgb(161,86,67); }

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

border-color css

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

 span { border-color: rgb(161,86,67); }

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