Html Css Color HEX #AB8968 Sandal

📋 copy color: '#AB8968'

red 171 ◦ green 137 ◦ blue 104

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

Shades of Sandal #AB8968

Tints of Sandal #AB8968

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.25%

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

R = 41.5%
G = 33.25%
B = 25.24%

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

#AB8968 (or 0xAB8968) is known color: Sandal. HEX triplet: AB, 89 and 68. RGB value is (171,137,104). Sum of RGB (Red+Green+Blue) = 171+137+104=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 137 (53.91% from 255 or 33.25% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8968 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB8968 is #547697. Grayscale: #8F8F8F. Windows color (decimal): -5535384 or 6850987. OLE color: 6850987.

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

Color convert

RGB 171 137 104 -
CMYK 0 0.20 0.39 0.33
HSL 29.55º 0.29% 0.54% -
HSV(B) 29.55º 0.39% 0.67% -
XYZ 28.24 27.55 16.93 -
YUV 143.4 105.76 147.68 -
System Red Green Blue C M Y K H S L
Decimal 171 137 104 0 0.20 0.39 0.33 29.55 0.29 0.54
Hex AB 89 68 0 14 27 21 1E 1D 36
Octal 253 211 150 0 24 47 41 36 35 66
Binary 10101011 10001001 1101000 0 10100 100111 100001 11110 11101 110110

Color Harmonies of #AB8968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8968

Black with #AB8968

Text Example


Text Example

White with #AB8968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8968; }

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

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

background-color css

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

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

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

border-color css

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

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

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