Html Css Color HEX #A55347 Crail

📋 copy color: '#A55347'

red 165 ◦ green 83 ◦ blue 71

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

Shades of Crail #A55347

Tints of Crail #A55347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.26%

R = 51.72%
G = 26.02%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A55347 (or 0xA55347) is known color: Crail. HEX triplet: A5, 53 and 47. RGB value is (165,83,71). Sum of RGB (Red+Green+Blue) = 165+83+71=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A55347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55347 is #5AACB8. Grayscale: #6A6A6A. Windows color (decimal): -5942457 or 4674469. OLE color: 4674469.

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

Color convert

RGB 165 83 71 -
CMYK 0 0.50 0.57 0.35
HSL 7.66º 0.4% 0.46% -
HSV(B) 7.66º 0.57% 0.65% -
XYZ 19.75 14.64 7.75 -
YUV 106.15 108.17 169.98 -
System Red Green Blue C M Y K H S L
Decimal 165 83 71 0 0.50 0.57 0.35 7.66 0.4 0.46
Hex A5 53 47 0 32 39 23 8 28 2E
Octal 245 123 107 0 62 71 43 10 50 56
Binary 10100101 1010011 1000111 0 110010 111001 100011 1000 101000 101110

Color Harmonies of #A55347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55347

Black with #A55347

Text Example


Text Example

White with #A55347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55347; }

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

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

background-color css

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

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

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

border-color css

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

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

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