Html Css Color HEX #AC9F97 Del Rio

📋 copy color: '#AC9F97'

red 172 ◦ green 159 ◦ blue 151

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

Shades of Del Rio #AC9F97

Tints of Del Rio #AC9F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.33%

R = 35.68%
G = 32.99%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC9F97 (or 0xAC9F97) is known color: Del Rio. HEX triplet: AC, 9F and 97. RGB value is (172,159,151). Sum of RGB (Red+Green+Blue) = 172+159+151=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 159 (62.5% from 255 or 32.99% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9F97 is #536068. Grayscale: #A2A2A2. Windows color (decimal): -5464169 or 9936812. OLE color: 9936812.

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

Color convert

RGB 172 159 151 -
CMYK 0 0.08 0.12 0.33
HSL 22.86º 0.11% 0.63% -
HSV(B) 22.86º 0.12% 0.67% -
XYZ 35 35.8 34.34 -
YUV 161.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 172 159 151 0 0.08 0.12 0.33 22.86 0.11 0.63
Hex AC 9F 97 0 8 C 21 17 B 3F
Octal 254 237 227 0 10 14 41 27 13 77
Binary 10101100 10011111 10010111 0 1000 1100 100001 10111 1011 111111

Color Harmonies of #AC9F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9F97

Black with #AC9F97

Text Example


Text Example

White with #AC9F97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9F97; }

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

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

background-color css

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

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

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

border-color css

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

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

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