Html Css Color HEX #AC967F Sandrift

📋 copy color: '#AC967F'

red 172 ◦ green 150 ◦ blue 127

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

Shades of Sandrift #AC967F

Tints of Sandrift #AC967F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.41%

 BLUE value IS 127 (50% from 255) = 28.29%

R = 38.31%
G = 33.41%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AC967F (or 0xAC967F) is known color: Sandrift. HEX triplet: AC, 96 and 7F. RGB value is (172,150,127). Sum of RGB (Red+Green+Blue) = 172+150+127=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC967F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC967F is #536980. Grayscale: #9A9A9A. Windows color (decimal): -5466497 or 8361644. OLE color: 8361644.

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

Color convert

RGB 172 150 127 -
CMYK 0 0.13 0.26 0.33
HSL 30.67º 0.21% 0.59% -
HSV(B) 30.67º 0.26% 0.67% -
XYZ 31.75 32.12 24.6 -
YUV 153.96 112.79 140.87 -
System Red Green Blue C M Y K H S L
Decimal 172 150 127 0 0.13 0.26 0.33 30.67 0.21 0.59
Hex AC 96 7F 0 D 1A 21 1F 15 3B
Octal 254 226 177 0 15 32 41 37 25 73
Binary 10101100 10010110 1111111 0 1101 11010 100001 11111 10101 111011

Color Harmonies of #AC967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC967F

Black with #AC967F

Text Example


Text Example

White with #AC967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC967F; }

 p { color: rgb(172,150,127); }

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

background-color css

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

 a { background-color: rgb(172,150,127); }

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

border-color css

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

 span { border-color: rgb(172,150,127); }

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