Html Css Color HEX #A55D48 Crail

📋 copy color: '#A55D48'

red 165 ◦ green 93 ◦ blue 72

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

Shades of Crail #A55D48

Tints of Crail #A55D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.82%

R = 50%
G = 28.18%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A55D48 (or 0xA55D48) is known color: Crail. HEX triplet: A5, 5D and 48. RGB value is (165,93,72). Sum of RGB (Red+Green+Blue) = 165+93+72=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A55D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55D48 is #5AA2B7. Grayscale: #707070. Windows color (decimal): -5939896 or 4742565. OLE color: 4742565.

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

Color convert

RGB 165 93 72 -
CMYK 0 0.44 0.56 0.35
HSL 13.55º 0.39% 0.46% -
HSV(B) 13.55º 0.56% 0.65% -
XYZ 20.6 16.3 8.19 -
YUV 112.13 105.35 165.71 -
System Red Green Blue C M Y K H S L
Decimal 165 93 72 0 0.44 0.56 0.35 13.55 0.39 0.46
Hex A5 5D 48 0 2C 38 23 E 27 2E
Octal 245 135 110 0 54 70 43 16 47 56
Binary 10100101 1011101 1001000 0 101100 111000 100011 1110 100111 101110

Color Harmonies of #A55D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55D48

Black with #A55D48

Text Example


Text Example

White with #A55D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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