Html Css Color HEX #AC968E Del Rio

📋 copy color: '#AC968E'

red 172 ◦ green 150 ◦ blue 142

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

Shades of Del Rio #AC968E

Tints of Del Rio #AC968E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.33%

 BLUE value IS 142 (55.86% from 255) = 30.6%

R = 37.07%
G = 32.33%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AC968E (or 0xAC968E) is known color: Del Rio. HEX triplet: AC, 96 and 8E. RGB value is (172,150,142). Sum of RGB (Red+Green+Blue) = 172+150+142=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 172 - color contains mainly: red. Hex color #AC968E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC968E is #536971. Grayscale: #9B9B9B. Windows color (decimal): -5466482 or 9344684. OLE color: 9344684.

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

Color convert

RGB 172 150 142 -
CMYK 0 0.13 0.17 0.33
HSL 16º 0.15% 0.62% -
HSV(B) 16º 0.17% 0.67% -
XYZ 32.8 32.54 30.14 -
YUV 155.67 120.29 139.65 -
System Red Green Blue C M Y K H S L
Decimal 172 150 142 0 0.13 0.17 0.33 16 0.15 0.62
Hex AC 96 8E 0 D 11 21 10 F 3E
Octal 254 226 216 0 15 21 41 20 17 76
Binary 10101100 10010110 10001110 0 1101 10001 100001 10000 1111 111110

Color Harmonies of #AC968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC968E

Black with #AC968E

Text Example


Text Example

White with #AC968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC968E; }

 p { color: rgb(172,150,142); }

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

background-color css

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

 a { background-color: rgb(172,150,142); }

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

border-color css

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

 span { border-color: rgb(172,150,142); }

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