#AF9788

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

Shades of Del Rio #AF9788

Tints of Del Rio #AF9788

Color information

#AF9788 (or 0xAF9788) is unknown color: approx Del Rio. HEX triplet: AF, 97 and 88. RGB value is (175,151,136). Sum of RGB (Red+Green+Blue) = 175+151+136=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 151 (59.38% from 255 or 32.68% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF9788 is #506877. Grayscale: #9C9C9C. Windows color (decimal): -5269624 or 8951727. OLE color: 8951727.

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

Color convert

RGB175151136-
CMYK00.140.220.31
HSL23.08º19.6%60.98%-
HSV(B)23.08º22.29%68.63%-
XYZ33.1933.0227.92-
YUV156.47116.45141.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.88%
GREEN value IS 151 (59.38% from 255) = 32.68%
BLUE value IS 136 (53.52% from 255) = 29.44%
R=37.88%
G=32.68%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17515113600.140.220.3123.0819.660.98
HexAF97880E161F17143d
Octal2572272100162637272475
Binary1010111110010111100010000111010110111111011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9788; }

 p { color: rgb(175,151,136); }

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

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

 a { background-color: rgb(175,151,136); }

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

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

 span { border-color: rgb(175,151,136); }

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