Html Css Color HEX #AC978C Del Rio

📋 copy color: '#AC978C'

red 172 ◦ green 151 ◦ blue 140

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

Shades of Del Rio #AC978C

Tints of Del Rio #AC978C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.61%

 BLUE value IS 140 (55.08% from 255) = 30.24%

R = 37.15%
G = 32.61%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC978C (or 0xAC978C) is known color: Del Rio. HEX triplet: AC, 97 and 8C. RGB value is (172,151,140). Sum of RGB (Red+Green+Blue) = 172+151+140=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 151 (59.38% from 255 or 32.61% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 172 - color contains mainly: red. Hex color #AC978C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC978C is #536873. Grayscale: #9C9C9C. Windows color (decimal): -5466228 or 9213868. OLE color: 9213868.

HSL color Cylindrical-coordinate representation of color #AC978C: hue angle of 20.62º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AC978C is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 151 140 -
CMYK 0 0.12 0.19 0.33
HSL 20.63º 0.16% 0.61% -
HSV(B) 20.63º 0.19% 0.67% -
XYZ 32.81 32.8 29.41 -
YUV 156.03 118.96 139.39 -
System Red Green Blue C M Y K H S L
Decimal 172 151 140 0 0.12 0.19 0.33 20.63 0.16 0.61
Hex AC 97 8C 0 C 13 21 15 10 3D
Octal 254 227 214 0 14 23 41 25 20 75
Binary 10101100 10010111 10001100 0 1100 10011 100001 10101 10000 111101

Color Harmonies of #AC978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC978C

Black with #AC978C

Text Example


Text Example

White with #AC978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC978C; }

 p { color: rgb(172,151,140); }

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

background-color css

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

 a { background-color: rgb(172,151,140); }

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

border-color css

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

 span { border-color: rgb(172,151,140); }

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