Html Css Color HEX #A55944 Crail

📋 copy color: '#A55944'

red 165 ◦ green 89 ◦ blue 68

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

Shades of Crail #A55944

Tints of Crail #A55944

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.12%

R = 51.24%
G = 27.64%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A55944 (or 0xA55944) is known color: Crail. HEX triplet: A5, 59 and 44. RGB value is (165,89,68). Sum of RGB (Red+Green+Blue) = 165+89+68=322 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.24% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 68 (26.95% from 255 or 21.12% from 322); Max value from RGB is 165 - color contains mainly: red. Hex color #A55944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55944 is #5AA6BB. Grayscale: #6D6D6D. Windows color (decimal): -5940924 or 4479397. OLE color: 4479397.

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

Color convert

RGB 165 89 68 -
CMYK 0 0.46 0.59 0.35
HSL 12.99º 0.42% 0.46% -
HSV(B) 12.99º 0.59% 0.65% -
XYZ 20.13 15.56 7.41 -
YUV 109.33 104.68 167.71 -
System Red Green Blue C M Y K H S L
Decimal 165 89 68 0 0.46 0.59 0.35 12.99 0.42 0.46
Hex A5 59 44 0 2E 3B 23 D 2A 2E
Octal 245 131 104 0 56 73 43 15 52 56
Binary 10100101 1011001 1000100 0 101110 111011 100011 1101 101010 101110

Color Harmonies of #A55944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55944

Black with #A55944

Text Example


Text Example

White with #A55944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55944; }

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

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

background-color css

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

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

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

border-color css

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

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

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