Html Css Color HEX #AC8962 Sandal

📋 copy color: '#AC8962'

red 172 ◦ green 137 ◦ blue 98

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

Shades of Sandal #AC8962

Tints of Sandal #AC8962

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.66%

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

R = 42.26%
G = 33.66%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.33

RGB Variations

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

Color information

#AC8962 (or 0xAC8962) is known color: Sandal. HEX triplet: AC, 89 and 62. RGB value is (172,137,98). Sum of RGB (Red+Green+Blue) = 172+137+98=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 137 (53.91% from 255 or 33.66% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8962 is #53769D. Grayscale: #8F8F8F. Windows color (decimal): -5469854 or 6457772. OLE color: 6457772.

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

Color convert

RGB 172 137 98 -
CMYK 0 0.20 0.43 0.33
HSL 31.62º 0.31% 0.53% -
HSV(B) 31.62º 0.43% 0.67% -
XYZ 28.16 27.54 15.39 -
YUV 143.02 102.6 148.67 -
System Red Green Blue C M Y K H S L
Decimal 172 137 98 0 0.20 0.43 0.33 31.62 0.31 0.53
Hex AC 89 62 0 14 2B 21 20 1F 35
Octal 254 211 142 0 24 53 41 40 37 65
Binary 10101100 10001001 1100010 0 10100 101011 100001 100000 11111 110101

Color Harmonies of #AC8962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8962

Black with #AC8962

Text Example


Text Example

White with #AC8962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8962; }

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

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

background-color css

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

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

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

border-color css

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

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

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