Html Css Color HEX #A15545 Crail

📋 copy color: '#A15545'

red 161 ◦ green 85 ◦ blue 69

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

Shades of Crail #A15545

Tints of Crail #A15545

RGB

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

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

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

R = 51.11%
G = 26.98%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.37

RGB Variations

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

Color information

#A15545 (or 0xA15545) is known color: Crail. HEX triplet: A1, 55 and 45. RGB value is (161,85,69). Sum of RGB (Red+Green+Blue) = 161+85+69=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A15545 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15545 is #5EAABA. Grayscale: #6A6A6A. Windows color (decimal): -6204091 or 4543905. OLE color: 4543905.

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

Color convert

RGB 161 85 69 -
CMYK 0 0.47 0.57 0.37
HSL 10.43º 0.4% 0.45% -
HSV(B) 10.43º 0.57% 0.63% -
XYZ 19.02 14.5 7.43 -
YUV 105.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 161 85 69 0 0.47 0.57 0.37 10.43 0.4 0.45
Hex A1 55 45 0 2F 39 25 A 28 2D
Octal 241 125 105 0 57 71 45 12 50 55
Binary 10100001 1010101 1000101 0 101111 111001 100101 1010 101000 101101

Color Harmonies of #A15545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15545

Black with #A15545

Text Example


Text Example

White with #A15545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15545; }

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

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

background-color css

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

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

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

border-color css

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

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

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