Html Css Color HEX #AC876A Sandal

📋 copy color: '#AC876A'

red 172 ◦ green 135 ◦ blue 106

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

Shades of Sandal #AC876A

Tints of Sandal #AC876A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.69%

 BLUE value IS 106 (41.8% from 255) = 25.67%

R = 41.65%
G = 32.69%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AC876A (or 0xAC876A) is known color: Sandal. HEX triplet: AC, 87 and 6A. RGB value is (172,135,106). Sum of RGB (Red+Green+Blue) = 172+135+106=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 106 (41.80% from 255 or 25.67% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC876A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC876A is #537895. Grayscale: #8E8E8E. Windows color (decimal): -5470358 or 6981548. OLE color: 6981548.

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

Color convert

RGB 172 135 106 -
CMYK 0 0.22 0.38 0.33
HSL 26.36º 0.28% 0.55% -
HSV(B) 26.36º 0.38% 0.67% -
XYZ 28.28 27.14 17.38 -
YUV 142.76 107.26 148.86 -
System Red Green Blue C M Y K H S L
Decimal 172 135 106 0 0.22 0.38 0.33 26.36 0.28 0.55
Hex AC 87 6A 0 16 26 21 1A 1C 37
Octal 254 207 152 0 26 46 41 32 34 67
Binary 10101100 10000111 1101010 0 10110 100110 100001 11010 11100 110111

Color Harmonies of #AC876A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC876A

Black with #AC876A

Text Example


Text Example

White with #AC876A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC876A; }

 p { color: rgb(172,135,106); }

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

background-color css

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

 a { background-color: rgb(172,135,106); }

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

border-color css

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

 span { border-color: rgb(172,135,106); }

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