Html Css Color HEX #AB5E50 Crail

📋 copy color: '#AB5E50'

red 171 ◦ green 94 ◦ blue 80

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

Shades of Crail #AB5E50

Tints of Crail #AB5E50

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.25%

 BLUE value IS 80 (31.64% from 255) = 23.19%

R = 49.57%
G = 27.25%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#AB5E50 (or 0xAB5E50) is known color: Crail. HEX triplet: AB, 5E and 50. RGB value is (171,94,80). Sum of RGB (Red+Green+Blue) = 171+94+80=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5E50 is #54A1AF. Grayscale: #737373. Windows color (decimal): -5546416 or 5267115. OLE color: 5267115.

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

Color convert

RGB 171 94 80 -
CMYK 0 0.45 0.53 0.33
HSL 9.23º 0.36% 0.49% -
HSV(B) 9.23º 0.53% 0.67% -
XYZ 22.25 17.24 9.75 -
YUV 115.43 108.01 167.64 -
System Red Green Blue C M Y K H S L
Decimal 171 94 80 0 0.45 0.53 0.33 9.23 0.36 0.49
Hex AB 5E 50 0 2D 35 21 9 24 31
Octal 253 136 120 0 55 65 41 11 44 61
Binary 10101011 1011110 1010000 0 101101 110101 100001 1001 100100 110001

Color Harmonies of #AB5E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5E50

Black with #AB5E50

Text Example


Text Example

White with #AB5E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5E50; }

 p { color: rgb(171,94,80); }

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

background-color css

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

 a { background-color: rgb(171,94,80); }

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

border-color css

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

 span { border-color: rgb(171,94,80); }

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