#AF968D

Color #AF968D Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #AF968D

Tints of Del Rio #AF968D

Color information

#AF968D (or 0xAF968D) is unknown color: approx Del Rio. HEX triplet: AF, 96 and 8D. RGB value is (175,150,141). Sum of RGB (Red+Green+Blue) = 175+150+141=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AF968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF968D is #506972. Grayscale: #9C9C9C. Windows color (decimal): -5269875 or 9279151. OLE color: 9279151.

HSL color Cylindrical-coordinate representation of color #AF968D: hue angle of 15.88º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF968D is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB175150141-
CMYK00.140.190.31
HSL15.88º17.53%61.96%-
HSV(B)15.88º19.43%68.63%-
XYZ33.3932.8529.78-
YUV156.45119.28141.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.55%
GREEN value IS 150 (58.98% from 255) = 32.19%
BLUE value IS 141 (55.47% from 255) = 30.26%
R=37.55%
G=32.19%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515014100.140.190.3115.8817.5361.96
HexAF968D0E131F10123e
Octal2572262150162337202276
Binary1010111110010110100011010111010011111111000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF968D; }

 p { color: rgb(175,150,141); }

 H1.HeaderClassName
 {
   color: #AF968D;
 }
 .AnyTagClassName
 {
   color: #AF968D;
 }
</style>
background-color css

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

 a { background-color: rgb(175,150,141); }

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

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

 span { border-color: rgb(175,150,141); }

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