Html Css Color HEX #A5594E Crail

📋 copy color: '#A5594E'

red 165 ◦ green 89 ◦ blue 78

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

Shades of Crail #A5594E

Tints of Crail #A5594E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.49%

R = 49.7%
G = 26.81%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.35

RGB Variations

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

Color information

#A5594E (or 0xA5594E) is known color: Crail. HEX triplet: A5, 59 and 4E. RGB value is (165,89,78). Sum of RGB (Red+Green+Blue) = 165+89+78=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A5594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5594E is #5AA6B1. Grayscale: #6E6E6E. Windows color (decimal): -5940914 or 5134757. OLE color: 5134757.

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

Color convert

RGB 165 89 78 -
CMYK 0 0.46 0.53 0.35
HSL 7.59º 0.36% 0.48% -
HSV(B) 7.59º 0.53% 0.65% -
XYZ 20.46 15.69 9.16 -
YUV 110.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 165 89 78 0 0.46 0.53 0.35 7.59 0.36 0.48
Hex A5 59 4E 0 2E 35 23 8 24 30
Octal 245 131 116 0 56 65 43 10 44 60
Binary 10100101 1011001 1001110 0 101110 110101 100011 1000 100100 110000

Color Harmonies of #A5594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5594E

Black with #A5594E

Text Example


Text Example

White with #A5594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5594E; }

 p { color: rgb(165,89,78); }

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

background-color css

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

 a { background-color: rgb(165,89,78); }

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

border-color css

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

 span { border-color: rgb(165,89,78); }

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