#AFA094

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

Shades of Del Rio #AFA094

Tints of Del Rio #AFA094

Color information

#AFA094 (or 0xAFA094) is unknown color: approx Del Rio. HEX triplet: AF, A0 and 94. RGB value is (175,160,148). Sum of RGB (Red+Green+Blue) = 175+160+148=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA094 is #505F6B. Grayscale: #A3A3A3. Windows color (decimal): -5267308 or 9740463. OLE color: 9740463.

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

Color convert

RGB175160148-
CMYK00.090.150.31
HSL26.67º14.44%63.33%-
HSV(B)26.67º15.43%68.63%-
XYZ35.636.3933.17-
YUV163.12119.47136.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.23%
GREEN value IS 160 (62.89% from 255) = 33.13%
BLUE value IS 148 (58.20% from 255) = 30.64%
R=36.23%
G=33.13%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516014800.090.150.3126.6714.4463.33
HexAFA09409F1F1be3f
Octal2572402240111737331677
Binary10101111101000001001010001001111111111110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA094; }

 p { color: rgb(175,160,148); }

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

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

 a { background-color: rgb(175,160,148); }

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

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

 span { border-color: rgb(175,160,148); }

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