Html Css Color HEX #A55E4E Crail

📋 copy color: '#A55E4E'

red 165 ◦ green 94 ◦ blue 78

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

Shades of Crail #A55E4E

Tints of Crail #A55E4E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.89%

 BLUE value IS 78 (30.86% from 255) = 23.15%

R = 48.96%
G = 27.89%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A55E4E (or 0xA55E4E) is known color: Crail. HEX triplet: A5, 5E and 4E. RGB value is (165,94,78). Sum of RGB (Red+Green+Blue) = 165+94+78=337 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.96% from 337); Green value is 94 (37.11% from 255 or 27.89% from 337); Blue value is 78 (30.86% from 255 or 23.15% from 337); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E4E is #5AA1B1. Grayscale: #717171. Windows color (decimal): -5939634 or 5136037. OLE color: 5136037.

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

Color convert

RGB 165 94 78 -
CMYK 0 0.43 0.53 0.35
HSL 11.03º 0.36% 0.48% -
HSV(B) 11.03º 0.53% 0.65% -
XYZ 20.89 16.55 9.3 -
YUV 113.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 165 94 78 0 0.43 0.53 0.35 11.03 0.36 0.48
Hex A5 5E 4E 0 2B 35 23 B 24 30
Octal 245 136 116 0 53 65 43 13 44 60
Binary 10100101 1011110 1001110 0 101011 110101 100011 1011 100100 110000

Color Harmonies of #A55E4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E4E

Black with #A55E4E

Text Example


Text Example

White with #A55E4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E4E; }

 p { color: rgb(165,94,78); }

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

background-color css

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

 a { background-color: rgb(165,94,78); }

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

border-color css

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

 span { border-color: rgb(165,94,78); }

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