Html Css Color HEX #AB8868 Sandal

📋 copy color: '#AB8868'

red 171 ◦ green 136 ◦ blue 104

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

Shades of Sandal #AB8868

Tints of Sandal #AB8868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.09%

 BLUE value IS 104 (41.02% from 255) = 25.3%

R = 41.61%
G = 33.09%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AB8868 (or 0xAB8868) is known color: Sandal. HEX triplet: AB, 88 and 68. RGB value is (171,136,104). Sum of RGB (Red+Green+Blue) = 171+136+104=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 136 (53.52% from 255 or 33.09% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8868 is #547797. Grayscale: #8E8E8E. Windows color (decimal): -5535640 or 6850731. OLE color: 6850731.

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

Color convert

RGB 171 136 104 -
CMYK 0 0.20 0.39 0.33
HSL 28.66º 0.29% 0.54% -
HSV(B) 28.66º 0.39% 0.67% -
XYZ 28.1 27.27 16.88 -
YUV 142.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 171 136 104 0 0.20 0.39 0.33 28.66 0.29 0.54
Hex AB 88 68 0 14 27 21 1D 1D 36
Octal 253 210 150 0 24 47 41 35 35 66
Binary 10101011 10001000 1101000 0 10100 100111 100001 11101 11101 110110

Color Harmonies of #AB8868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8868

Black with #AB8868

Text Example


Text Example

White with #AB8868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8868; }

 p { color: rgb(171,136,104); }

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

background-color css

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

 a { background-color: rgb(171,136,104); }

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

border-color css

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

 span { border-color: rgb(171,136,104); }

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