Html Css Color HEX #AC8868 Sandal

📋 copy color: '#AC8868'

red 172 ◦ green 136 ◦ blue 104

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

Shades of Sandal #AC8868

Tints of Sandal #AC8868

RGB

 RED value IS 172 (67.58% from 255) = 41.75%

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

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

R = 41.75%
G = 33.01%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#AC8868 (or 0xAC8868) is known color: Sandal. HEX triplet: AC, 88 and 68. RGB value is (172,136,104). Sum of RGB (Red+Green+Blue) = 172+136+104=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 136 (53.52% from 255 or 33.01% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8868 is #537797. Grayscale: #8F8F8F. Windows color (decimal): -5470104 or 6850732. OLE color: 6850732.

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

Color convert

RGB 172 136 104 -
CMYK 0 0.21 0.40 0.33
HSL 28.24º 0.29% 0.54% -
HSV(B) 28.24º 0.4% 0.67% -
XYZ 28.32 27.38 16.89 -
YUV 143.12 105.93 148.6 -
System Red Green Blue C M Y K H S L
Decimal 172 136 104 0 0.21 0.40 0.33 28.24 0.29 0.54
Hex AC 88 68 0 15 28 21 1C 1D 36
Octal 254 210 150 0 25 50 41 34 35 66
Binary 10101100 10001000 1101000 0 10101 101000 100001 11100 11101 110110

Color Harmonies of #AC8868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8868

Black with #AC8868

Text Example


Text Example

White with #AC8868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8868; }

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

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

background-color css

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

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

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

border-color css

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

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

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