Html Css Color HEX #A15344 Crail

📋 copy color: '#A15344'

red 161 ◦ green 83 ◦ blue 68

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

Shades of Crail #A15344

Tints of Crail #A15344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

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

R = 51.6%
G = 26.6%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A15344 (or 0xA15344) is known color: Crail. HEX triplet: A1, 53 and 44. RGB value is (161,83,68). Sum of RGB (Red+Green+Blue) = 161+83+68=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A15344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15344 is #5EACBB. Grayscale: #686868. Windows color (decimal): -6204604 or 4477857. OLE color: 4477857.

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

Color convert

RGB 161 83 68 -
CMYK 0 0.48 0.58 0.37
HSL 9.68º 0.41% 0.45% -
HSV(B) 9.68º 0.58% 0.63% -
XYZ 18.83 14.18 7.21 -
YUV 104.61 107.34 168.22 -
System Red Green Blue C M Y K H S L
Decimal 161 83 68 0 0.48 0.58 0.37 9.68 0.41 0.45
Hex A1 53 44 0 30 3A 25 A 29 2D
Octal 241 123 104 0 60 72 45 12 51 55
Binary 10100001 1010011 1000100 0 110000 111010 100101 1010 101001 101101

Color Harmonies of #A15344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15344

Black with #A15344

Text Example


Text Example

White with #A15344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15344; }

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

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

background-color css

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

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

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

border-color css

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

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

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