Html Css Color HEX #AC8976 Sandrift

📋 copy color: '#AC8976'

red 172 ◦ green 137 ◦ blue 118

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

Shades of Sandrift #AC8976

Tints of Sandrift #AC8976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 27.63%

R = 40.28%
G = 32.08%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AC8976 (or 0xAC8976) is known color: Sandrift. HEX triplet: AC, 89 and 76. RGB value is (172,137,118). Sum of RGB (Red+Green+Blue) = 172+137+118=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8976 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8976 is #537689. Grayscale: #919191. Windows color (decimal): -5469834 or 7768492. OLE color: 7768492.

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

Color convert

RGB 172 137 118 -
CMYK 0 0.20 0.31 0.33
HSL 21.11º 0.25% 0.57% -
HSV(B) 21.11º 0.31% 0.67% -
XYZ 29.23 27.97 21 -
YUV 145.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 172 137 118 0 0.20 0.31 0.33 21.11 0.25 0.57
Hex AC 89 76 0 14 1F 21 15 19 39
Octal 254 211 166 0 24 37 41 25 31 71
Binary 10101100 10001001 1110110 0 10100 11111 100001 10101 11001 111001

Color Harmonies of #AC8976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC8976

Black with #AC8976

Text Example


Text Example

White with #AC8976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC8976; }

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

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

background-color css

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

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

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

border-color css

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

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

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