Html Css Color HEX #A55E48 Crail

📋 copy color: '#A55E48'

red 165 ◦ green 94 ◦ blue 72

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

Shades of Crail #A55E48

Tints of Crail #A55E48

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.4%

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

R = 49.85%
G = 28.4%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A55E48 (or 0xA55E48) is known color: Crail. HEX triplet: A5, 5E and 48. RGB value is (165,94,72). Sum of RGB (Red+Green+Blue) = 165+94+72=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 72 (28.52% from 255 or 21.75% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A55E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55E48 is #5AA1B7. Grayscale: #707070. Windows color (decimal): -5939640 or 4742821. OLE color: 4742821.

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

Color convert

RGB 165 94 72 -
CMYK 0 0.43 0.56 0.35
HSL 14.19º 0.39% 0.46% -
HSV(B) 14.19º 0.56% 0.65% -
XYZ 20.69 16.47 8.22 -
YUV 112.72 105.02 165.29 -
System Red Green Blue C M Y K H S L
Decimal 165 94 72 0 0.43 0.56 0.35 14.19 0.39 0.46
Hex A5 5E 48 0 2B 38 23 E 27 2E
Octal 245 136 110 0 53 70 43 16 47 56
Binary 10100101 1011110 1001000 0 101011 111000 100011 1110 100111 101110

Color Harmonies of #A55E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55E48

Black with #A55E48

Text Example


Text Example

White with #A55E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55E48; }

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

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

background-color css

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

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

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

border-color css

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

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

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