Html Css Color HEX #AC9E98 Del Rio

📋 copy color: '#AC9E98'

red 172 ◦ green 158 ◦ blue 152

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

Shades of Del Rio #AC9E98

Tints of Del Rio #AC9E98

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.78%

 BLUE value IS 152 (59.77% from 255) = 31.54%

R = 35.68%
G = 32.78%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC9E98 (or 0xAC9E98) is known color: Del Rio. HEX triplet: AC, 9E and 98. RGB value is (172,158,152). Sum of RGB (Red+Green+Blue) = 172+158+152=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E98 is #536167. Grayscale: #A1A1A1. Windows color (decimal): -5464424 or 10002092. OLE color: 10002092.

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

Color convert

RGB 172 158 152 -
CMYK 0 0.08 0.12 0.33
HSL 18º 0.11% 0.64% -
HSV(B) 18º 0.12% 0.67% -
XYZ 34.91 35.49 34.72 -
YUV 161.5 122.64 135.49 -
System Red Green Blue C M Y K H S L
Decimal 172 158 152 0 0.08 0.12 0.33 18 0.11 0.64
Hex AC 9E 98 0 8 C 21 12 B 40
Octal 254 236 230 0 10 14 41 22 13 100
Binary 10101100 10011110 10011000 0 1000 1100 100001 10010 1011 1000000

Color Harmonies of #AC9E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9E98

Black with #AC9E98

Text Example


Text Example

White with #AC9E98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9E98; }

 p { color: rgb(172,158,152); }

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

background-color css

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

 a { background-color: rgb(172,158,152); }

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

border-color css

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

 span { border-color: rgb(172,158,152); }

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