Html Css Color HEX #AC978E Del Rio

📋 copy color: '#AC978E'

red 172 ◦ green 151 ◦ blue 142

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

Shades of Del Rio #AC978E

Tints of Del Rio #AC978E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 36.99%
G = 32.47%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC978E (or 0xAC978E) is known color: Del Rio. HEX triplet: AC, 97 and 8E. RGB value is (172,151,142). Sum of RGB (Red+Green+Blue) = 172+151+142=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 172 - color contains mainly: red. Hex color #AC978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC978E is #536871. Grayscale: #9C9C9C. Windows color (decimal): -5466226 or 9344940. OLE color: 9344940.

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

Color convert

RGB 172 151 142 -
CMYK 0 0.12 0.17 0.33
HSL 18º 0.15% 0.62% -
HSV(B) 18º 0.17% 0.67% -
XYZ 32.96 32.86 30.2 -
YUV 156.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 172 151 142 0 0.12 0.17 0.33 18 0.15 0.62
Hex AC 97 8E 0 C 11 21 12 F 3E
Octal 254 227 216 0 14 21 41 22 17 76
Binary 10101100 10010111 10001110 0 1100 10001 100001 10010 1111 111110

Color Harmonies of #AC978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC978E

Black with #AC978E

Text Example


Text Example

White with #AC978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC978E; }

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

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

background-color css

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

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

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

border-color css

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

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

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