Html Css Color HEX #A55644 Crail

📋 copy color: '#A55644'

red 165 ◦ green 86 ◦ blue 68

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

Shades of Crail #A55644

Tints of Crail #A55644

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.96%

 BLUE value IS 68 (26.95% from 255) = 21.32%

R = 51.72%
G = 26.96%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A55644 (or 0xA55644) is known color: Crail. HEX triplet: A5, 56 and 44. RGB value is (165,86,68). Sum of RGB (Red+Green+Blue) = 165+86+68=319 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.72% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 165 - color contains mainly: red. Hex color #A55644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55644 is #5AA9BB. Grayscale: #6B6B6B. Windows color (decimal): -5941692 or 4478629. OLE color: 4478629.

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

Color convert

RGB 165 86 68 -
CMYK 0 0.48 0.59 0.35
HSL 11.13º 0.42% 0.46% -
HSV(B) 11.13º 0.59% 0.65% -
XYZ 19.89 15.07 7.33 -
YUV 107.57 105.67 168.96 -
System Red Green Blue C M Y K H S L
Decimal 165 86 68 0 0.48 0.59 0.35 11.13 0.42 0.46
Hex A5 56 44 0 30 3B 23 B 2A 2E
Octal 245 126 104 0 60 73 43 13 52 56
Binary 10100101 1010110 1000100 0 110000 111011 100011 1011 101010 101110

Color Harmonies of #A55644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55644

Black with #A55644

Text Example


Text Example

White with #A55644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55644; }

 p { color: rgb(165,86,68); }

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

background-color css

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

 a { background-color: rgb(165,86,68); }

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

border-color css

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

 span { border-color: rgb(165,86,68); }

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