Html Css Color HEX #AC9079 Sandrift

📋 copy color: '#AC9079'

red 172 ◦ green 144 ◦ blue 121

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

Shades of Sandrift #AC9079

Tints of Sandrift #AC9079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.95%

 BLUE value IS 121 (47.66% from 255) = 27.69%

R = 39.36%
G = 32.95%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC9079 (or 0xAC9079) is known color: Sandrift. HEX triplet: AC, 90 and 79. RGB value is (172,144,121). Sum of RGB (Red+Green+Blue) = 172+144+121=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 144 (56.64% from 255 or 32.95% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9079 is #536F86. Grayscale: #959595. Windows color (decimal): -5468039 or 7966892. OLE color: 7966892.

HSL color Cylindrical-coordinate representation of color #AC9079: hue angle of 27.06º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC9079 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 144 121 -
CMYK 0 0.16 0.30 0.33
HSL 27.06º 0.24% 0.57% -
HSV(B) 27.06º 0.3% 0.67% -
XYZ 30.44 30.1 22.29 -
YUV 149.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 172 144 121 0 0.16 0.30 0.33 27.06 0.24 0.57
Hex AC 90 79 0 10 1E 21 1B 18 39
Octal 254 220 171 0 20 36 41 33 30 71
Binary 10101100 10010000 1111001 0 10000 11110 100001 11011 11000 111001

Color Harmonies of #AC9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9079

Black with #AC9079

Text Example


Text Example

White with #AC9079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9079; }

 p { color: rgb(172,144,121); }

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

background-color css

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

 a { background-color: rgb(172,144,121); }

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

border-color css

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

 span { border-color: rgb(172,144,121); }

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