Html Css Color HEX #AC9078 Sandrift

📋 copy color: '#AC9078'

red 172 ◦ green 144 ◦ blue 120

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

Shades of Sandrift #AC9078

Tints of Sandrift #AC9078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.52%

R = 39.45%
G = 33.03%
B = 27.52%

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

#AC9078 (or 0xAC9078) is known color: Sandrift. HEX triplet: AC, 90 and 78. RGB value is (172,144,120). Sum of RGB (Red+Green+Blue) = 172+144+120=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 120 (47.27% from 255 or 27.52% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9078 is #536F87. Grayscale: #959595. Windows color (decimal): -5468040 or 7901356. OLE color: 7901356.

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

Color convert

RGB 172 144 120 -
CMYK 0 0.16 0.30 0.33
HSL 27.69º 0.24% 0.57% -
HSV(B) 27.69º 0.3% 0.67% -
XYZ 30.38 30.07 21.97 -
YUV 149.64 111.28 143.95 -
System Red Green Blue C M Y K H S L
Decimal 172 144 120 0 0.16 0.30 0.33 27.69 0.24 0.57
Hex AC 90 78 0 10 1E 21 1C 18 39
Octal 254 220 170 0 20 36 41 34 30 71
Binary 10101100 10010000 1111000 0 10000 11110 100001 11100 11000 111001

Color Harmonies of #AC9078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9078

Black with #AC9078

Text Example


Text Example

White with #AC9078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9078; }

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

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

background-color css

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

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

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

border-color css

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

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

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