Html Css Color HEX #A55949 Crail

📋 copy color: '#A55949'

red 165 ◦ green 89 ◦ blue 73

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

Shades of Crail #A55949

Tints of Crail #A55949

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.22%

 BLUE value IS 73 (28.91% from 255) = 22.32%

R = 50.46%
G = 27.22%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A55949 (or 0xA55949) is known color: Crail. HEX triplet: A5, 59 and 49. RGB value is (165,89,73). Sum of RGB (Red+Green+Blue) = 165+89+73=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A55949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55949 is #5AA6B6. Grayscale: #6E6E6E. Windows color (decimal): -5940919 or 4807077. OLE color: 4807077.

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

Color convert

RGB 165 89 73 -
CMYK 0 0.46 0.56 0.35
HSL 10.43º 0.39% 0.47% -
HSV(B) 10.43º 0.56% 0.65% -
XYZ 20.29 15.63 8.25 -
YUV 109.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 165 89 73 0 0.46 0.56 0.35 10.43 0.39 0.47
Hex A5 59 49 0 2E 38 23 A 27 2F
Octal 245 131 111 0 56 70 43 12 47 57
Binary 10100101 1011001 1001001 0 101110 111000 100011 1010 100111 101111

Color Harmonies of #A55949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55949

Black with #A55949

Text Example


Text Example

White with #A55949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55949; }

 p { color: rgb(165,89,73); }

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

background-color css

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

 a { background-color: rgb(165,89,73); }

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

border-color css

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

 span { border-color: rgb(165,89,73); }

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