Html Css Color HEX #A55446 Crail

📋 copy color: '#A55446'

red 165 ◦ green 84 ◦ blue 70

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

Shades of Crail #A55446

Tints of Crail #A55446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.94%

R = 51.72%
G = 26.33%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A55446 (or 0xA55446) is known color: Crail. HEX triplet: A5, 54 and 46. RGB value is (165,84,70). Sum of RGB (Red+Green+Blue) = 165+84+70=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A55446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55446 is #5AABB9. Grayscale: #6A6A6A. Windows color (decimal): -5942202 or 4609189. OLE color: 4609189.

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

Color convert

RGB 165 84 70 -
CMYK 0 0.49 0.58 0.35
HSL 8.84º 0.4% 0.46% -
HSV(B) 8.84º 0.58% 0.65% -
XYZ 19.79 14.78 7.6 -
YUV 106.62 107.34 169.64 -
System Red Green Blue C M Y K H S L
Decimal 165 84 70 0 0.49 0.58 0.35 8.84 0.4 0.46
Hex A5 54 46 0 31 3A 23 9 28 2E
Octal 245 124 106 0 61 72 43 11 50 56
Binary 10100101 1010100 1000110 0 110001 111010 100011 1001 101000 101110

Color Harmonies of #A55446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55446

Black with #A55446

Text Example


Text Example

White with #A55446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55446; }

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

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

background-color css

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

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

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

border-color css

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

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

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