Html Css Color HEX #A55846 Crail

📋 copy color: '#A55846'

red 165 ◦ green 88 ◦ blue 70

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

Shades of Crail #A55846

Tints of Crail #A55846

RGB

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

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

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

R = 51.08%
G = 27.24%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A55846 (or 0xA55846) is known color: Crail. HEX triplet: A5, 58 and 46. RGB value is (165,88,70). Sum of RGB (Red+Green+Blue) = 165+88+70=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A55846 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55846 is #5AA7B9. Grayscale: #6D6D6D. Windows color (decimal): -5941178 or 4610213. OLE color: 4610213.

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

Color convert

RGB 165 88 70 -
CMYK 0 0.47 0.58 0.35
HSL 11.37º 0.4% 0.46% -
HSV(B) 11.37º 0.58% 0.65% -
XYZ 20.11 15.42 7.71 -
YUV 108.97 106.01 167.96 -
System Red Green Blue C M Y K H S L
Decimal 165 88 70 0 0.47 0.58 0.35 11.37 0.4 0.46
Hex A5 58 46 0 2F 3A 23 B 28 2E
Octal 245 130 106 0 57 72 43 13 50 56
Binary 10100101 1011000 1000110 0 101111 111010 100011 1011 101000 101110

Color Harmonies of #A55846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55846

Black with #A55846

Text Example


Text Example

White with #A55846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55846; }

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

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

background-color css

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

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

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

border-color css

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

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

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