Html Css Color HEX #AC9E9A Del Rio

📋 copy color: '#AC9E9A'

red 172 ◦ green 158 ◦ blue 154

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

Shades of Del Rio #AC9E9A

Tints of Del Rio #AC9E9A

RGB

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

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

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

R = 35.54%
G = 32.64%
B = 31.82%

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

#AC9E9A (or 0xAC9E9A) is known color: Del Rio. HEX triplet: AC, 9E and 9A. RGB value is (172,158,154). Sum of RGB (Red+Green+Blue) = 172+158+154=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 158 (62.11% from 255 or 32.64% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9E9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9E9A is #536165. Grayscale: #A1A1A1. Windows color (decimal): -5464422 or 10133164. OLE color: 10133164.

HSL color Cylindrical-coordinate representation of color #AC9E9A: hue angle of 13.33º 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 #AC9E9A is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 158 154 -
CMYK 0 0.08 0.10 0.33
HSL 13.33º 0.1% 0.64% -
HSV(B) 13.33º 0.1% 0.67% -
XYZ 35.07 35.56 35.59 -
YUV 161.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 172 158 154 0 0.08 0.10 0.33 13.33 0.1 0.64
Hex AC 9E 9A 0 8 A 21 D A 40
Octal 254 236 232 0 10 12 41 15 12 100
Binary 10101100 10011110 10011010 0 1000 1010 100001 1101 1010 1000000

Color Harmonies of #AC9E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9E9A

Black with #AC9E9A

Text Example


Text Example

White with #AC9E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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