#AF958A

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

Shades of Del Rio #AF958A

Tints of Del Rio #AF958A

Color information

#AF958A (or 0xAF958A) is unknown color: approx Del Rio. HEX triplet: AF, 95 and 8A. RGB value is (175,149,138). Sum of RGB (Red+Green+Blue) = 175+149+138=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF958A is #506A75. Grayscale: #9B9B9B. Windows color (decimal): -5270134 or 9082287. OLE color: 9082287.

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

Color convert

RGB175149138-
CMYK00.150.210.31
HSL17.84º18.78%61.37%-
HSV(B)17.84º21.14%68.63%-
XYZ33.0132.4428.57-
YUV155.52118.11141.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 149 (58.59% from 255) = 32.25%
BLUE value IS 138 (54.30% from 255) = 29.87%
R=37.88%
G=32.25%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17514913800.150.210.3117.8418.7861.37
HexAF958A0F151F12133d
Octal2572252120172537222375
Binary1010111110010101100010100111110101111111001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF958A; }

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

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

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

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

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

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

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

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