Html Css Color HEX #A55040 Crail

📋 copy color: '#A55040'

red 165 ◦ green 80 ◦ blue 64

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

Shades of Crail #A55040

Tints of Crail #A55040

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.89%

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

R = 53.4%
G = 25.89%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A55040 (or 0xA55040) is known color: Crail. HEX triplet: A5, 50 and 40. RGB value is (165,80,64). Sum of RGB (Red+Green+Blue) = 165+80+64=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A55040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55040 is #5AAFBF. Grayscale: #676767. Windows color (decimal): -5943232 or 4214949. OLE color: 4214949.

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

Color convert

RGB 165 80 64 -
CMYK 0 0.52 0.61 0.35
HSL 9.5º 0.44% 0.45% -
HSV(B) 9.5º 0.61% 0.65% -
XYZ 19.31 14.11 6.56 -
YUV 103.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 165 80 64 0 0.52 0.61 0.35 9.5 0.44 0.45
Hex A5 50 40 0 34 3D 23 A 2C 2D
Octal 245 120 100 0 64 75 43 12 54 55
Binary 10100101 1010000 1000000 0 110100 111101 100011 1010 101100 101101

Color Harmonies of #A55040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55040

Black with #A55040

Text Example


Text Example

White with #A55040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55040; }

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

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

background-color css

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

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

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

border-color css

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

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

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