Html Css Color HEX #A55246 Crail

📋 copy color: '#A55246'

red 165 ◦ green 82 ◦ blue 70

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

Shades of Crail #A55246

Tints of Crail #A55246

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.87%

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

R = 52.05%
G = 25.87%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A55246 (or 0xA55246) is known color: Crail. HEX triplet: A5, 52 and 46. RGB value is (165,82,70). Sum of RGB (Red+Green+Blue) = 165+82+70=317 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.05% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 70 (27.73% from 255 or 22.08% from 317); Max value from RGB is 165 - color contains mainly: red. Hex color #A55246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55246 is #5AADB9. Grayscale: #696969. Windows color (decimal): -5942714 or 4608677. OLE color: 4608677.

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

Color convert

RGB 165 82 70 -
CMYK 0 0.50 0.58 0.35
HSL 7.58º 0.4% 0.46% -
HSV(B) 7.58º 0.58% 0.65% -
XYZ 19.64 14.48 7.55 -
YUV 105.45 108 170.48 -
System Red Green Blue C M Y K H S L
Decimal 165 82 70 0 0.50 0.58 0.35 7.58 0.4 0.46
Hex A5 52 46 0 32 3A 23 8 28 2E
Octal 245 122 106 0 62 72 43 10 50 56
Binary 10100101 1010010 1000110 0 110010 111010 100011 1000 101000 101110

Color Harmonies of #A55246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55246

Black with #A55246

Text Example


Text Example

White with #A55246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55246; }

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

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

background-color css

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

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

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

border-color css

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

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

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