Html Css Color HEX #A15245 Crail

📋 copy color: '#A15245'

red 161 ◦ green 82 ◦ blue 69

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

Shades of Crail #A15245

Tints of Crail #A15245

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.28%

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

R = 51.6%
G = 26.28%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A15245 (or 0xA15245) is known color: Crail. HEX triplet: A1, 52 and 45. RGB value is (161,82,69). Sum of RGB (Red+Green+Blue) = 161+82+69=312 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.60% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 161 - color contains mainly: red. Hex color #A15245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15245 is #5EADBA. Grayscale: #686868. Windows color (decimal): -6204859 or 4543137. OLE color: 4543137.

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

Color convert

RGB 161 82 69 -
CMYK 0 0.49 0.57 0.37
HSL 8.48º 0.4% 0.45% -
HSV(B) 8.48º 0.57% 0.63% -
XYZ 18.79 14.04 7.35 -
YUV 104.14 108.17 168.56 -
System Red Green Blue C M Y K H S L
Decimal 161 82 69 0 0.49 0.57 0.37 8.48 0.4 0.45
Hex A1 52 45 0 31 39 25 8 28 2D
Octal 241 122 105 0 61 71 45 10 50 55
Binary 10100001 1010010 1000101 0 110001 111001 100101 1000 101000 101101

Color Harmonies of #A15245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15245

Black with #A15245

Text Example


Text Example

White with #A15245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15245; }

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

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

background-color css

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

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

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

border-color css

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

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

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