Html Css Color HEX #AC886B Sandal

📋 copy color: '#AC886B'

red 172 ◦ green 136 ◦ blue 107

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

Shades of Sandal #AC886B

Tints of Sandal #AC886B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 25.78%

R = 41.45%
G = 32.77%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC886B (or 0xAC886B) is known color: Sandal. HEX triplet: AC, 88 and 6B. RGB value is (172,136,107). Sum of RGB (Red+Green+Blue) = 172+136+107=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC886B is #537794. Grayscale: #8F8F8F. Windows color (decimal): -5470101 or 7047340. OLE color: 7047340.

HSL color Cylindrical-coordinate representation of color #AC886B: hue angle of 26.77º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AC886B is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 136 107 -
CMYK 0 0.21 0.38 0.33
HSL 26.77º 0.28% 0.55% -
HSV(B) 26.77º 0.38% 0.67% -
XYZ 28.47 27.44 17.71 -
YUV 143.46 107.43 148.36 -
System Red Green Blue C M Y K H S L
Decimal 172 136 107 0 0.21 0.38 0.33 26.77 0.28 0.55
Hex AC 88 6B 0 15 26 21 1B 1C 37
Octal 254 210 153 0 25 46 41 33 34 67
Binary 10101100 10001000 1101011 0 10101 100110 100001 11011 11100 110111

Color Harmonies of #AC886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC886B

Black with #AC886B

Text Example


Text Example

White with #AC886B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC886B; }

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

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

background-color css

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

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

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

border-color css

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

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

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