Html Css Color HEX #A55D54 Crail

📋 copy color: '#A55D54'

red 165 ◦ green 93 ◦ blue 84

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

Shades of Crail #A55D54

Tints of Crail #A55D54

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.19%

 BLUE value IS 84 (33.2% from 255) = 24.56%

R = 48.25%
G = 27.19%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#A55D54 (or 0xA55D54) is known color: Crail. HEX triplet: A5, 5D and 54. RGB value is (165,93,84). Sum of RGB (Red+Green+Blue) = 165+93+84=342 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.25% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 84 (33.20% from 255 or 24.56% from 342); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55D54 is #5AA2AB. Grayscale: #717171. Windows color (decimal): -5939884 or 5528997. OLE color: 5528997.

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

Color convert

RGB 165 93 84 -
CMYK 0 0.44 0.49 0.35
HSL 6.67º 0.33% 0.49% -
HSV(B) 6.67º 0.49% 0.65% -
XYZ 21.03 16.47 10.46 -
YUV 113.5 111.35 164.73 -
System Red Green Blue C M Y K H S L
Decimal 165 93 84 0 0.44 0.49 0.35 6.67 0.33 0.49
Hex A5 5D 54 0 2C 31 23 7 21 31
Octal 245 135 124 0 54 61 43 7 41 61
Binary 10100101 1011101 1010100 0 101100 110001 100011 111 100001 110001

Color Harmonies of #A55D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55D54

Black with #A55D54

Text Example


Text Example

White with #A55D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55D54; }

 p { color: rgb(165,93,84); }

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

background-color css

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

 a { background-color: rgb(165,93,84); }

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

border-color css

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

 span { border-color: rgb(165,93,84); }

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