Html Css Color HEX #AC8863 Sandal

📋 copy color: '#AC8863'

red 172 ◦ green 136 ◦ blue 99

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

Shades of Sandal #AC8863

Tints of Sandal #AC8863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.32%

R = 42.26%
G = 33.42%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AC8863 (or 0xAC8863) is known color: Sandal. HEX triplet: AC, 88 and 63. RGB value is (172,136,99). Sum of RGB (Red+Green+Blue) = 172+136+99=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 99 (39.06% from 255 or 24.32% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8863 is #53779C. Grayscale: #8E8E8E. Windows color (decimal): -5470109 or 6523052. OLE color: 6523052.

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

Color convert

RGB 172 136 99 -
CMYK 0 0.21 0.42 0.33
HSL 30.41º 0.31% 0.53% -
HSV(B) 30.41º 0.42% 0.67% -
XYZ 28.07 27.28 15.59 -
YUV 142.55 103.43 149.01 -
System Red Green Blue C M Y K H S L
Decimal 172 136 99 0 0.21 0.42 0.33 30.41 0.31 0.53
Hex AC 88 63 0 15 2A 21 1E 1F 35
Octal 254 210 143 0 25 52 41 36 37 65
Binary 10101100 10001000 1100011 0 10101 101010 100001 11110 11111 110101

Color Harmonies of #AC8863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8863

Black with #AC8863

Text Example


Text Example

White with #AC8863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8863; }

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

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

background-color css

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

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

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

border-color css

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

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

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