Html Css Color HEX #A55847 Crail

📋 copy color: '#A55847'

red 165 ◦ green 88 ◦ blue 71

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

Shades of Crail #A55847

Tints of Crail #A55847

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.16%

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

R = 50.93%
G = 27.16%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A55847 (or 0xA55847) is known color: Crail. HEX triplet: A5, 58 and 47. RGB value is (165,88,71). Sum of RGB (Red+Green+Blue) = 165+88+71=324 (42% of max value = 765). Red value is 165 (64.84% from 255 or 50.93% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 165 - color contains mainly: red. Hex color #A55847 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55847 is #5AA7B8. Grayscale: #6D6D6D. Windows color (decimal): -5941177 or 4675749. OLE color: 4675749.

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

Color convert

RGB 165 88 71 -
CMYK 0 0.47 0.57 0.35
HSL 10.85º 0.4% 0.46% -
HSV(B) 10.85º 0.57% 0.65% -
XYZ 20.14 15.43 7.88 -
YUV 109.09 106.51 167.88 -
System Red Green Blue C M Y K H S L
Decimal 165 88 71 0 0.47 0.57 0.35 10.85 0.4 0.46
Hex A5 58 47 0 2F 39 23 B 28 2E
Octal 245 130 107 0 57 71 43 13 50 56
Binary 10100101 1011000 1000111 0 101111 111001 100011 1011 101000 101110

Color Harmonies of #A55847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55847

Black with #A55847

Text Example


Text Example

White with #A55847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55847; }

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

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

background-color css

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

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

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

border-color css

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

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

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