Html Css Color HEX #AC8C62 Sandal

📋 copy color: '#AC8C62'

red 172 ◦ green 140 ◦ blue 98

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

Shades of Sandal #AC8C62

Tints of Sandal #AC8C62

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.15%

 BLUE value IS 98 (38.67% from 255) = 23.9%

R = 41.95%
G = 34.15%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC8C62 (or 0xAC8C62) is known color: Sandal. HEX triplet: AC, 8C and 62. RGB value is (172,140,98). Sum of RGB (Red+Green+Blue) = 172+140+98=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8C62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8C62 is #53739D. Grayscale: #909090. Windows color (decimal): -5469086 or 6458540. OLE color: 6458540.

HSL color Cylindrical-coordinate representation of color #AC8C62: hue angle of 34.05º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC8C62 is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 140 98 -
CMYK 0 0.19 0.43 0.33
HSL 34.05º 0.31% 0.53% -
HSV(B) 34.05º 0.43% 0.67% -
XYZ 28.6 28.41 15.53 -
YUV 144.78 101.6 147.42 -
System Red Green Blue C M Y K H S L
Decimal 172 140 98 0 0.19 0.43 0.33 34.05 0.31 0.53
Hex AC 8C 62 0 13 2B 21 22 1F 35
Octal 254 214 142 0 23 53 41 42 37 65
Binary 10101100 10001100 1100010 0 10011 101011 100001 100010 11111 110101

Color Harmonies of #AC8C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8C62

Black with #AC8C62

Text Example


Text Example

White with #AC8C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8C62; }

 p { color: rgb(172,140,98); }

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

background-color css

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

 a { background-color: rgb(172,140,98); }

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

border-color css

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

 span { border-color: rgb(172,140,98); }

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