Html Css Color HEX #A45950 Crail

📋 copy color: '#A45950'

red 164 ◦ green 89 ◦ blue 80

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

Shades of Crail #A45950

Tints of Crail #A45950

RGB

 RED value IS 164 (64.45% from 255) = 49.25%

 GREEN value IS 89 (35.16% from 255) = 26.73%

 BLUE value IS 80 (31.64% from 255) = 24.02%

R = 49.25%
G = 26.73%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A45950 (or 0xA45950) is known color: Crail. HEX triplet: A4, 59 and 50. RGB value is (164,89,80). Sum of RGB (Red+Green+Blue) = 164+89+80=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A45950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45950 is #5BA6AF. Grayscale: #6E6E6E. Windows color (decimal): -6006448 or 5265828. OLE color: 5265828.

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

Color convert

RGB 164 89 80 -
CMYK 0 0.46 0.51 0.36
HSL 6.43º 0.34% 0.48% -
HSV(B) 6.43º 0.51% 0.64% -
XYZ 20.33 15.62 9.53 -
YUV 110.4 110.85 166.23 -
System Red Green Blue C M Y K H S L
Decimal 164 89 80 0 0.46 0.51 0.36 6.43 0.34 0.48
Hex A4 59 50 0 2E 33 24 6 22 30
Octal 244 131 120 0 56 63 44 6 42 60
Binary 10100100 1011001 1010000 0 101110 110011 100100 110 100010 110000

Color Harmonies of #A45950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45950

Black with #A45950

Text Example


Text Example

White with #A45950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45950; }

 p { color: rgb(164,89,80); }

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

background-color css

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

 a { background-color: rgb(164,89,80); }

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

border-color css

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

 span { border-color: rgb(164,89,80); }

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