Html Css Color HEX #AB5649 Crail

📋 copy color: '#AB5649'

red 171 ◦ green 86 ◦ blue 73

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

Shades of Crail #AB5649

Tints of Crail #AB5649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.06%

 BLUE value IS 73 (28.91% from 255) = 22.12%

R = 51.82%
G = 26.06%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB5649 (or 0xAB5649) is known color: Crail. HEX triplet: AB, 56 and 49. RGB value is (171,86,73). Sum of RGB (Red+Green+Blue) = 171+86+73=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB5649 is #54A9B6. Grayscale: #6E6E6E. Windows color (decimal): -5548471 or 4806315. OLE color: 4806315.

HSL color Cylindrical-coordinate representation of color #AB5649: hue angle of 7.96º 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 #AB5649 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 86 73 -
CMYK 0 0.50 0.57 0.33
HSL 7.96º 0.4% 0.48% -
HSV(B) 7.96º 0.57% 0.67% -
XYZ 21.32 15.79 8.23 -
YUV 109.93 107.16 171.56 -
System Red Green Blue C M Y K H S L
Decimal 171 86 73 0 0.50 0.57 0.33 7.96 0.4 0.48
Hex AB 56 49 0 32 39 21 8 28 30
Octal 253 126 111 0 62 71 41 10 50 60
Binary 10101011 1010110 1001001 0 110010 111001 100001 1000 101000 110000

Color Harmonies of #AB5649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5649

Black with #AB5649

Text Example


Text Example

White with #AB5649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5649; }

 p { color: rgb(171,86,73); }

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

background-color css

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

 a { background-color: rgb(171,86,73); }

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

border-color css

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

 span { border-color: rgb(171,86,73); }

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