Html Css Color HEX #AC9085 Del Rio

📋 copy color: '#AC9085'

red 172 ◦ green 144 ◦ blue 133

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

Shades of Del Rio #AC9085

Tints of Del Rio #AC9085

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.07%

 BLUE value IS 133 (52.34% from 255) = 29.62%

R = 38.31%
G = 32.07%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC9085 (or 0xAC9085) is known color: Del Rio. HEX triplet: AC, 90 and 85. RGB value is (172,144,133). Sum of RGB (Red+Green+Blue) = 172+144+133=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC9085 is #536F7A. Grayscale: #979797. Windows color (decimal): -5468027 or 8753324. OLE color: 8753324.

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

Color convert

RGB 172 144 133 -
CMYK 0 0.16 0.23 0.33
HSL 16.92º 0.19% 0.6% -
HSV(B) 16.92º 0.23% 0.67% -
XYZ 31.22 30.41 26.41 -
YUV 151.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 172 144 133 0 0.16 0.23 0.33 16.92 0.19 0.6
Hex AC 90 85 0 10 17 21 11 13 3C
Octal 254 220 205 0 20 27 41 21 23 74
Binary 10101100 10010000 10000101 0 10000 10111 100001 10001 10011 111100

Color Harmonies of #AC9085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9085

Black with #AC9085

Text Example


Text Example

White with #AC9085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9085; }

 p { color: rgb(172,144,133); }

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

background-color css

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

 a { background-color: rgb(172,144,133); }

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

border-color css

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

 span { border-color: rgb(172,144,133); }

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