Html Css Color HEX #A55E4D Crail

📋 copy color: '#A55E4D'

red 165 ◦ green 94 ◦ blue 77

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

Shades of Crail #A55E4D

Tints of Crail #A55E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 49.11%
G = 27.98%
B = 22.92%

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

#A55E4D (or 0xA55E4D) is known color: Crail. HEX triplet: A5, 5E and 4D. RGB value is (165,94,77). Sum of RGB (Red+Green+Blue) = 165+94+77=336 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.11% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55E4D is #5AA1B2. Grayscale: #717171. Windows color (decimal): -5939635 or 5070501. OLE color: 5070501.

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

Color convert

RGB 165 94 77 -
CMYK 0 0.43 0.53 0.35
HSL 11.59º 0.36% 0.47% -
HSV(B) 11.59º 0.53% 0.65% -
XYZ 20.86 16.54 9.11 -
YUV 113.29 107.52 164.88 -
System Red Green Blue C M Y K H S L
Decimal 165 94 77 0 0.43 0.53 0.35 11.59 0.36 0.47
Hex A5 5E 4D 0 2B 35 23 C 24 2F
Octal 245 136 115 0 53 65 43 14 44 57
Binary 10100101 1011110 1001101 0 101011 110101 100011 1100 100100 101111

Color Harmonies of #A55E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E4D

Black with #A55E4D

Text Example


Text Example

White with #A55E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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