Html Css Color HEX #A55340 Crail

📋 copy color: '#A55340'

red 165 ◦ green 83 ◦ blue 64

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

Shades of Crail #A55340

Tints of Crail #A55340

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

 BLUE value IS 64 (25.39% from 255) = 20.51%

R = 52.88%
G = 26.6%
B = 20.51%

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

#A55340 (or 0xA55340) is known color: Crail. HEX triplet: A5, 53 and 40. RGB value is (165,83,64). Sum of RGB (Red+Green+Blue) = 165+83+64=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A55340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55340 is #5AACBF. Grayscale: #696969. Windows color (decimal): -5942464 or 4215717. OLE color: 4215717.

HSL color Cylindrical-coordinate representation of color #A55340: hue angle of 11.29º degrees, saturation: 0.44, 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 #A55340 is Cyan = 0, Magento = 0.50, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 83 64 -
CMYK 0 0.50 0.61 0.35
HSL 11.29º 0.44% 0.45% -
HSV(B) 11.29º 0.61% 0.65% -
XYZ 19.54 14.56 6.63 -
YUV 105.35 104.67 170.54 -
System Red Green Blue C M Y K H S L
Decimal 165 83 64 0 0.50 0.61 0.35 11.29 0.44 0.45
Hex A5 53 40 0 32 3D 23 B 2C 2D
Octal 245 123 100 0 62 75 43 13 54 55
Binary 10100101 1010011 1000000 0 110010 111101 100011 1011 101100 101101

Color Harmonies of #A55340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55340

Black with #A55340

Text Example


Text Example

White with #A55340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55340; }

 p { color: rgb(165,83,64); }

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

background-color css

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

 a { background-color: rgb(165,83,64); }

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

border-color css

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

 span { border-color: rgb(165,83,64); }

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