Html Css Color HEX #AC958A Del Rio

📋 copy color: '#AC958A'

red 172 ◦ green 149 ◦ blue 138

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

Shades of Del Rio #AC958A

Tints of Del Rio #AC958A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.07%

R = 37.47%
G = 32.46%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC958A (or 0xAC958A) is known color: Del Rio. HEX triplet: AC, 95 and 8A. RGB value is (172,149,138). Sum of RGB (Red+Green+Blue) = 172+149+138=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 172 - color contains mainly: red. Hex color #AC958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC958A is #536A75. Grayscale: #9A9A9A. Windows color (decimal): -5466742 or 9082284. OLE color: 9082284.

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

Color convert

RGB 172 149 138 -
CMYK 0 0.13 0.20 0.33
HSL 19.41º 0.17% 0.61% -
HSV(B) 19.41º 0.2% 0.67% -
XYZ 32.35 32.1 28.54 -
YUV 154.62 118.62 140.39 -
System Red Green Blue C M Y K H S L
Decimal 172 149 138 0 0.13 0.20 0.33 19.41 0.17 0.61
Hex AC 95 8A 0 D 14 21 13 11 3D
Octal 254 225 212 0 15 24 41 23 21 75
Binary 10101100 10010101 10001010 0 1101 10100 100001 10011 10001 111101

Color Harmonies of #AC958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC958A

Black with #AC958A

Text Example


Text Example

White with #AC958A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC958A; }

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

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

background-color css

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

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

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

border-color css

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

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

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