Html Css Color HEX #AC9D93 Del Rio

📋 copy color: '#AC9D93'

red 172 ◦ green 157 ◦ blue 147

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

Shades of Del Rio #AC9D93

Tints of Del Rio #AC9D93

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.98%

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

R = 36.13%
G = 32.98%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC9D93 (or 0xAC9D93) is known color: Del Rio. HEX triplet: AC, 9D and 93. RGB value is (172,157,147). Sum of RGB (Red+Green+Blue) = 172+157+147=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9D93 is #53626C. Grayscale: #A0A0A0. Windows color (decimal): -5464685 or 9674156. OLE color: 9674156.

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

Color convert

RGB 172 157 147 -
CMYK 0 0.09 0.15 0.33
HSL 24º 0.13% 0.63% -
HSV(B) 24º 0.15% 0.67% -
XYZ 34.34 34.99 32.55 -
YUV 160.35 120.47 136.31 -
System Red Green Blue C M Y K H S L
Decimal 172 157 147 0 0.09 0.15 0.33 24 0.13 0.63
Hex AC 9D 93 0 9 F 21 18 D 3F
Octal 254 235 223 0 11 17 41 30 15 77
Binary 10101100 10011101 10010011 0 1001 1111 100001 11000 1101 111111

Color Harmonies of #AC9D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9D93

Black with #AC9D93

Text Example


Text Example

White with #AC9D93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9D93; }

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

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

background-color css

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

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

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

border-color css

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

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

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