Html Css Color HEX #AC9378 Sandrift

📋 copy color: '#AC9378'

red 172 ◦ green 147 ◦ blue 120

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

Shades of Sandrift #AC9378

Tints of Sandrift #AC9378

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.49%

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

R = 39.18%
G = 33.49%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AC9378 (or 0xAC9378) is known color: Sandrift. HEX triplet: AC, 93 and 78. RGB value is (172,147,120). Sum of RGB (Red+Green+Blue) = 172+147+120=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 120 (47.27% from 255 or 27.33% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC9378 is #536C87. Grayscale: #979797. Windows color (decimal): -5467272 or 7902124. OLE color: 7902124.

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

Color convert

RGB 172 147 120 -
CMYK 0 0.15 0.30 0.33
HSL 31.15º 0.24% 0.57% -
HSV(B) 31.15º 0.3% 0.67% -
XYZ 30.84 30.99 22.13 -
YUV 151.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 172 147 120 0 0.15 0.30 0.33 31.15 0.24 0.57
Hex AC 93 78 0 F 1E 21 1F 18 39
Octal 254 223 170 0 17 36 41 37 30 71
Binary 10101100 10010011 1111000 0 1111 11110 100001 11111 11000 111001

Color Harmonies of #AC9378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9378

Black with #AC9378

Text Example


Text Example

White with #AC9378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9378; }

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

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

background-color css

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

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

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

border-color css

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

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

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