Html Css Color HEX #A55447 Crail

📋 copy color: '#A55447'

red 165 ◦ green 84 ◦ blue 71

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

Shades of Crail #A55447

Tints of Crail #A55447

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.25%

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

R = 51.56%
G = 26.25%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A55447 (or 0xA55447) is known color: Crail. HEX triplet: A5, 54 and 47. RGB value is (165,84,71). Sum of RGB (Red+Green+Blue) = 165+84+71=320 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.56% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 165 - color contains mainly: red. Hex color #A55447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55447 is #5AABB8. Grayscale: #6A6A6A. Windows color (decimal): -5942201 or 4674725. OLE color: 4674725.

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

Color convert

RGB 165 84 71 -
CMYK 0 0.49 0.57 0.35
HSL 8.3º 0.4% 0.46% -
HSV(B) 8.3º 0.57% 0.65% -
XYZ 19.82 14.79 7.77 -
YUV 106.74 107.84 169.56 -
System Red Green Blue C M Y K H S L
Decimal 165 84 71 0 0.49 0.57 0.35 8.3 0.4 0.46
Hex A5 54 47 0 31 39 23 8 28 2E
Octal 245 124 107 0 61 71 43 10 50 56
Binary 10100101 1010100 1000111 0 110001 111001 100011 1000 101000 101110

Color Harmonies of #A55447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55447

Black with #A55447

Text Example


Text Example

White with #A55447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55447; }

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

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

background-color css

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

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

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

border-color css

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

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

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