Html Css Color HEX #AC978D Del Rio

📋 copy color: '#AC978D'

red 172 ◦ green 151 ◦ blue 141

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

Shades of Del Rio #AC978D

Tints of Del Rio #AC978D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.39%

R = 37.07%
G = 32.54%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC978D (or 0xAC978D) is known color: Del Rio. HEX triplet: AC, 97 and 8D. RGB value is (172,151,141). Sum of RGB (Red+Green+Blue) = 172+151+141=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC978D is #536872. Grayscale: #9C9C9C. Windows color (decimal): -5466227 or 9279404. OLE color: 9279404.

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

Color convert

RGB 172 151 141 -
CMYK 0 0.12 0.18 0.33
HSL 19.35º 0.16% 0.61% -
HSV(B) 19.35º 0.18% 0.67% -
XYZ 32.89 32.83 29.8 -
YUV 156.14 119.46 139.31 -
System Red Green Blue C M Y K H S L
Decimal 172 151 141 0 0.12 0.18 0.33 19.35 0.16 0.61
Hex AC 97 8D 0 C 12 21 13 10 3D
Octal 254 227 215 0 14 22 41 23 20 75
Binary 10101100 10010111 10001101 0 1100 10010 100001 10011 10000 111101

Color Harmonies of #AC978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC978D

Black with #AC978D

Text Example


Text Example

White with #AC978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC978D; }

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

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

background-color css

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

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

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

border-color css

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

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

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