Html Css Color HEX #AB5D55 Crail

📋 copy color: '#AB5D55'

red 171 ◦ green 93 ◦ blue 85

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

Shades of Crail #AB5D55

Tints of Crail #AB5D55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.36%

R = 49%
G = 26.65%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.50

 K value IS 0.33

RGB Variations

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

Color information

#AB5D55 (or 0xAB5D55) is known color: Crail. HEX triplet: AB, 5D and 55. RGB value is (171,93,85). Sum of RGB (Red+Green+Blue) = 171+93+85=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5D55 is #54A2AA. Grayscale: #737373. Windows color (decimal): -5546667 or 5594539. OLE color: 5594539.

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

Color convert

RGB 171 93 85 -
CMYK 0 0.46 0.50 0.33
HSL 5.58º 0.34% 0.5% -
HSV(B) 5.58º 0.5% 0.67% -
XYZ 22.35 17.14 10.73 -
YUV 115.41 110.84 167.65 -
System Red Green Blue C M Y K H S L
Decimal 171 93 85 0 0.46 0.50 0.33 5.58 0.34 0.5
Hex AB 5D 55 0 2E 32 21 6 22 32
Octal 253 135 125 0 56 62 41 6 42 62
Binary 10101011 1011101 1010101 0 101110 110010 100001 110 100010 110010

Color Harmonies of #AB5D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB5D55

Black with #AB5D55

Text Example


Text Example

White with #AB5D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB5D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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