Html Css Color HEX #AC9F9A Del Rio

📋 copy color: '#AC9F9A'

red 172 ◦ green 159 ◦ blue 154

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

Shades of Del Rio #AC9F9A

Tints of Del Rio #AC9F9A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.78%

 BLUE value IS 154 (60.55% from 255) = 31.75%

R = 35.46%
G = 32.78%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC9F9A (or 0xAC9F9A) is known color: Del Rio. HEX triplet: AC, 9F and 9A. RGB value is (172,159,154). Sum of RGB (Red+Green+Blue) = 172+159+154=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 154 (60.55% from 255 or 31.75% from 485); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F9A is #536065. Grayscale: #A2A2A2. Windows color (decimal): -5464166 or 10133420. OLE color: 10133420.

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

Color convert

RGB 172 159 154 -
CMYK 0 0.08 0.10 0.33
HSL 16.67º 0.1% 0.64% -
HSV(B) 16.67º 0.1% 0.67% -
XYZ 35.24 35.9 35.64 -
YUV 162.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 172 159 154 0 0.08 0.10 0.33 16.67 0.1 0.64
Hex AC 9F 9A 0 8 A 21 11 A 40
Octal 254 237 232 0 10 12 41 21 12 100
Binary 10101100 10011111 10011010 0 1000 1010 100001 10001 1010 1000000

Color Harmonies of #AC9F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F9A

Black with #AC9F9A

Text Example


Text Example

White with #AC9F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F9A; }

 p { color: rgb(172,159,154); }

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

background-color css

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

 a { background-color: rgb(172,159,154); }

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

border-color css

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

 span { border-color: rgb(172,159,154); }

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