Html Css Color HEX #A55241 Crail

📋 copy color: '#A55241'

red 165 ◦ green 82 ◦ blue 65

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

Shades of Crail #A55241

Tints of Crail #A55241

RGB

 RED value IS 165 (64.84% from 255) = 52.88%

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

 BLUE value IS 65 (25.78% from 255) = 20.83%

R = 52.88%
G = 26.28%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A55241 (or 0xA55241) is known color: Crail. HEX triplet: A5, 52 and 41. RGB value is (165,82,65). Sum of RGB (Red+Green+Blue) = 165+82+65=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A55241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55241 is #5AADBE. Grayscale: #696969. Windows color (decimal): -5942719 or 4280997. OLE color: 4280997.

HSL color Cylindrical-coordinate representation of color #A55241: hue angle of 10.2º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A55241 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 82 65 -
CMYK 0 0.50 0.61 0.35
HSL 10.2º 0.43% 0.45% -
HSV(B) 10.2º 0.61% 0.65% -
XYZ 19.49 14.42 6.76 -
YUV 104.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 165 82 65 0 0.50 0.61 0.35 10.2 0.43 0.45
Hex A5 52 41 0 32 3D 23 A 2B 2D
Octal 245 122 101 0 62 75 43 12 53 55
Binary 10100101 1010010 1000001 0 110010 111101 100011 1010 101011 101101

Color Harmonies of #A55241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55241

Black with #A55241

Text Example


Text Example

White with #A55241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55241; }

 p { color: rgb(165,82,65); }

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

background-color css

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

 a { background-color: rgb(165,82,65); }

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

border-color css

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

 span { border-color: rgb(165,82,65); }

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