Html Css Color HEX #A5594D Crail

📋 copy color: '#A5594D'

red 165 ◦ green 89 ◦ blue 77

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

Shades of Crail #A5594D

Tints of Crail #A5594D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.26%

R = 49.85%
G = 26.89%
B = 23.26%

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

#A5594D (or 0xA5594D) is known color: Crail. HEX triplet: A5, 59 and 4D. RGB value is (165,89,77). Sum of RGB (Red+Green+Blue) = 165+89+77=331 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.85% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 165 - color contains mainly: red. Hex color #A5594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5594D is #5AA6B2. Grayscale: #6E6E6E. Windows color (decimal): -5940915 or 5069221. OLE color: 5069221.

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

Color convert

RGB 165 89 77 -
CMYK 0 0.46 0.53 0.35
HSL 8.18º 0.36% 0.47% -
HSV(B) 8.18º 0.53% 0.65% -
XYZ 20.43 15.68 8.97 -
YUV 110.36 109.18 166.98 -
System Red Green Blue C M Y K H S L
Decimal 165 89 77 0 0.46 0.53 0.35 8.18 0.36 0.47
Hex A5 59 4D 0 2E 35 23 8 24 2F
Octal 245 131 115 0 56 65 43 10 44 57
Binary 10100101 1011001 1001101 0 101110 110101 100011 1000 100100 101111

Color Harmonies of #A5594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5594D

Black with #A5594D

Text Example


Text Example

White with #A5594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5594D; }

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

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

background-color css

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

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

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

border-color css

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

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

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