Html Css Color HEX #A55F51 Crail

📋 copy color: '#A55F51'

red 165 ◦ green 95 ◦ blue 81

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

Shades of Crail #A55F51

Tints of Crail #A55F51

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.86%

 BLUE value IS 81 (32.03% from 255) = 23.75%

R = 48.39%
G = 27.86%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A55F51 (or 0xA55F51) is known color: Crail. HEX triplet: A5, 5F and 51. RGB value is (165,95,81). Sum of RGB (Red+Green+Blue) = 165+95+81=341 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.39% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55F51 is #5AA0AE. Grayscale: #727272. Windows color (decimal): -5939375 or 5332901. OLE color: 5332901.

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

Color convert

RGB 165 95 81 -
CMYK 0 0.42 0.51 0.35
HSL 10º 0.34% 0.48% -
HSV(B) 10º 0.51% 0.65% -
XYZ 21.09 16.78 9.91 -
YUV 114.33 109.19 164.14 -
System Red Green Blue C M Y K H S L
Decimal 165 95 81 0 0.42 0.51 0.35 10 0.34 0.48
Hex A5 5F 51 0 2A 33 23 A 22 30
Octal 245 137 121 0 52 63 43 12 42 60
Binary 10100101 1011111 1010001 0 101010 110011 100011 1010 100010 110000

Color Harmonies of #A55F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F51

Black with #A55F51

Text Example


Text Example

White with #A55F51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F51; }

 p { color: rgb(165,95,81); }

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

background-color css

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

 a { background-color: rgb(165,95,81); }

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

border-color css

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

 span { border-color: rgb(165,95,81); }

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