Html Css Color HEX #AB5D4E Crail

📋 copy color: '#AB5D4E'

red 171 ◦ green 93 ◦ blue 78

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

Shades of Crail #AB5D4E

Tints of Crail #AB5D4E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.19%

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

R = 50%
G = 27.19%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.33

RGB Variations

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

Color information

#AB5D4E (or 0xAB5D4E) is known color: Crail. HEX triplet: AB, 5D and 4E. RGB value is (171,93,78). Sum of RGB (Red+Green+Blue) = 171+93+78=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 93 (36.72% from 255 or 27.19% from 342); Blue value is 78 (30.86% from 255 or 22.81% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5D4E is #54A2B1. Grayscale: #727272. Windows color (decimal): -5546674 or 5135787. OLE color: 5135787.

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

Color convert

RGB 171 93 78 -
CMYK 0 0.46 0.54 0.33
HSL 9.68º 0.37% 0.49% -
HSV(B) 9.68º 0.54% 0.67% -
XYZ 22.08 17.04 9.33 -
YUV 114.61 107.34 168.22 -
System Red Green Blue C M Y K H S L
Decimal 171 93 78 0 0.46 0.54 0.33 9.68 0.37 0.49
Hex AB 5D 4E 0 2E 36 21 A 25 31
Octal 253 135 116 0 56 66 41 12 45 61
Binary 10101011 1011101 1001110 0 101110 110110 100001 1010 100101 110001

Color Harmonies of #AB5D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5D4E

Black with #AB5D4E

Text Example


Text Example

White with #AB5D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5D4E; }

 p { color: rgb(171,93,78); }

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

background-color css

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

 a { background-color: rgb(171,93,78); }

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

border-color css

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

 span { border-color: rgb(171,93,78); }

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