Html Css Color HEX #AC968C Del Rio

📋 copy color: '#AC968C'

red 172 ◦ green 150 ◦ blue 140

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

Shades of Del Rio #AC968C

Tints of Del Rio #AC968C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.3%

R = 37.23%
G = 32.47%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC968C (or 0xAC968C) is known color: Del Rio. HEX triplet: AC, 96 and 8C. RGB value is (172,150,140). Sum of RGB (Red+Green+Blue) = 172+150+140=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 150 (58.98% from 255 or 32.47% from 462); Blue value is 140 (55.08% from 255 or 30.30% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC968C is #536973. Grayscale: #9B9B9B. Windows color (decimal): -5466484 or 9213612. OLE color: 9213612.

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

Color convert

RGB 172 150 140 -
CMYK 0 0.13 0.19 0.33
HSL 18.75º 0.16% 0.61% -
HSV(B) 18.75º 0.19% 0.67% -
XYZ 32.65 32.48 29.36 -
YUV 155.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 172 150 140 0 0.13 0.19 0.33 18.75 0.16 0.61
Hex AC 96 8C 0 D 13 21 13 10 3D
Octal 254 226 214 0 15 23 41 23 20 75
Binary 10101100 10010110 10001100 0 1101 10011 100001 10011 10000 111101

Color Harmonies of #AC968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC968C

Black with #AC968C

Text Example


Text Example

White with #AC968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC968C; }

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

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

background-color css

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

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

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

border-color css

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

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

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