Html Css Color HEX #AC9A93 Del Rio

📋 copy color: '#AC9A93'

red 172 ◦ green 154 ◦ blue 147

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

Shades of Del Rio #AC9A93

Tints of Del Rio #AC9A93

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.56%

 BLUE value IS 147 (57.81% from 255) = 31.08%

R = 36.36%
G = 32.56%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC9A93 (or 0xAC9A93) is known color: Del Rio. HEX triplet: AC, 9A and 93. RGB value is (172,154,147). Sum of RGB (Red+Green+Blue) = 172+154+147=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 147 (57.81% from 255 or 31.08% from 473); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9A93 is #53656C. Grayscale: #9E9E9E. Windows color (decimal): -5465453 or 9673388. OLE color: 9673388.

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

Color convert

RGB 172 154 147 -
CMYK 0 0.10 0.15 0.33
HSL 16.8º 0.13% 0.63% -
HSV(B) 16.8º 0.15% 0.67% -
XYZ 33.84 33.99 32.38 -
YUV 158.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 172 154 147 0 0.10 0.15 0.33 16.8 0.13 0.63
Hex AC 9A 93 0 A F 21 11 D 3F
Octal 254 232 223 0 12 17 41 21 15 77
Binary 10101100 10011010 10010011 0 1010 1111 100001 10001 1101 111111

Color Harmonies of #AC9A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A93

Black with #AC9A93

Text Example


Text Example

White with #AC9A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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