Html Css Color HEX #AC958D Del Rio

📋 copy color: '#AC958D'

red 172 ◦ green 149 ◦ blue 141

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

Shades of Del Rio #AC958D

Tints of Del Rio #AC958D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.25%

 BLUE value IS 141 (55.47% from 255) = 30.52%

R = 37.23%
G = 32.25%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC958D (or 0xAC958D) is known color: Del Rio. HEX triplet: AC, 95 and 8D. RGB value is (172,149,141). Sum of RGB (Red+Green+Blue) = 172+149+141=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 141 (55.47% from 255 or 30.52% from 462); Max value from RGB is 172 - color contains mainly: red. Hex color #AC958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC958D is #536A72. Grayscale: #9B9B9B. Windows color (decimal): -5466739 or 9278892. OLE color: 9278892.

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

Color convert

RGB 172 149 141 -
CMYK 0 0.13 0.18 0.33
HSL 15.48º 0.16% 0.61% -
HSV(B) 15.48º 0.18% 0.67% -
XYZ 32.57 32.19 29.7 -
YUV 154.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 172 149 141 0 0.13 0.18 0.33 15.48 0.16 0.61
Hex AC 95 8D 0 D 12 21 F 10 3D
Octal 254 225 215 0 15 22 41 17 20 75
Binary 10101100 10010101 10001101 0 1101 10010 100001 1111 10000 111101

Color Harmonies of #AC958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC958D

Black with #AC958D

Text Example


Text Example

White with #AC958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC958D; }

 p { color: rgb(172,149,141); }

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

background-color css

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

 a { background-color: rgb(172,149,141); }

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

border-color css

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

 span { border-color: rgb(172,149,141); }

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