Html Css Color HEX #AC9C93 Del Rio

📋 copy color: '#AC9C93'

red 172 ◦ green 156 ◦ blue 147

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

Shades of Del Rio #AC9C93

Tints of Del Rio #AC9C93

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.84%

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

R = 36.21%
G = 32.84%
B = 30.95%

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

#AC9C93 (or 0xAC9C93) is known color: Del Rio. HEX triplet: AC, 9C and 93. RGB value is (172,156,147). Sum of RGB (Red+Green+Blue) = 172+156+147=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9C93 is #53636C. Grayscale: #9F9F9F. Windows color (decimal): -5464941 or 9673900. OLE color: 9673900.

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

Color convert

RGB 172 156 147 -
CMYK 0 0.09 0.15 0.33
HSL 21.6º 0.13% 0.63% -
HSV(B) 21.6º 0.15% 0.67% -
XYZ 34.17 34.65 32.49 -
YUV 159.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 172 156 147 0 0.09 0.15 0.33 21.6 0.13 0.63
Hex AC 9C 93 0 9 F 21 16 D 3F
Octal 254 234 223 0 11 17 41 26 15 77
Binary 10101100 10011100 10010011 0 1001 1111 100001 10110 1101 111111

Color Harmonies of #AC9C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9C93

Black with #AC9C93

Text Example


Text Example

White with #AC9C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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