Html Css Color HEX #AB594D Crail

📋 copy color: '#AB594D'

red 171 ◦ green 89 ◦ blue 77

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

Shades of Crail #AB594D

Tints of Crail #AB594D

RGB

 RED value IS 171 (67.19% from 255) = 50.74%

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

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

R = 50.74%
G = 26.41%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AB594D (or 0xAB594D) is known color: Crail. HEX triplet: AB, 59 and 4D. RGB value is (171,89,77). Sum of RGB (Red+Green+Blue) = 171+89+77=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB594D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB594D is #54A6B2. Grayscale: #707070. Windows color (decimal): -5547699 or 5069227. OLE color: 5069227.

HSL color Cylindrical-coordinate representation of color #AB594D: hue angle of 7.66º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB594D is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 89 77 -
CMYK 0 0.48 0.55 0.33
HSL 7.66º 0.38% 0.49% -
HSV(B) 7.66º 0.55% 0.67% -
XYZ 21.71 16.34 9.03 -
YUV 112.15 108.17 169.98 -
System Red Green Blue C M Y K H S L
Decimal 171 89 77 0 0.48 0.55 0.33 7.66 0.38 0.49
Hex AB 59 4D 0 30 37 21 8 26 31
Octal 253 131 115 0 60 67 41 10 46 61
Binary 10101011 1011001 1001101 0 110000 110111 100001 1000 100110 110001

Color Harmonies of #AB594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB594D

Black with #AB594D

Text Example


Text Example

White with #AB594D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB594D; }

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

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

background-color css

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

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

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

border-color css

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

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

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