Html Css Color HEX #AB594A Crail

📋 copy color: '#AB594A'

red 171 ◦ green 89 ◦ blue 74

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

Shades of Crail #AB594A

Tints of Crail #AB594A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.16%

R = 51.2%
G = 26.65%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB594A (or 0xAB594A) is known color: Crail. HEX triplet: AB, 59 and 4A. RGB value is (171,89,74). Sum of RGB (Red+Green+Blue) = 171+89+74=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB594A is #54A6B5. Grayscale: #6F6F6F. Windows color (decimal): -5547702 or 4872619. OLE color: 4872619.

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

Color convert

RGB 171 89 74 -
CMYK 0 0.48 0.57 0.33
HSL 9.28º 0.4% 0.48% -
HSV(B) 9.28º 0.57% 0.67% -
XYZ 21.6 16.3 8.49 -
YUV 111.81 106.67 170.22 -
System Red Green Blue C M Y K H S L
Decimal 171 89 74 0 0.48 0.57 0.33 9.28 0.4 0.48
Hex AB 59 4A 0 30 39 21 9 28 30
Octal 253 131 112 0 60 71 41 11 50 60
Binary 10101011 1011001 1001010 0 110000 111001 100001 1001 101000 110000

Color Harmonies of #AB594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB594A

Black with #AB594A

Text Example


Text Example

White with #AB594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB594A; }

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

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

background-color css

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

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

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

border-color css

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

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

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