#AFA7AF

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

Shades of Lola #AFA7AF

Tints of Lola #AFA7AF

Color information

#AFA7AF (or 0xAFA7AF) is unknown color: approx Lola. HEX triplet: AF, A7 and AF. RGB value is (175,167,175). Sum of RGB (Red+Green+Blue) = 175+167+175=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 167 (65.62% from 255 or 32.30% from 517); Blue value is 175 (68.75% from 255 or 33.85% from 517); Max value from RGB is 175 - color contains mainly: red, blue. Hex color #AFA7AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA7AF is #505850. Grayscale: #AAAAAA. Windows color (decimal): -5265489 or 11511727. OLE color: 11511727.

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

Color convert

RGB175167175-
CMYK00.0500.31
HSL300º4.76%67.06%-
HSV(B)300º4.57%68.63%-
XYZ39.2439.8546.18-
YUV170.3130.65131.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 167 (65.62% from 255) = 32.30%
BLUE value IS 175 (68.75% from 255) = 33.85%
R=33.85%
G=32.30%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516717500.0500.313004.7667.06
HexAFA7AF0501F12c543
Octal257247257050374545103
Binary10101111101001111010111101010111111001011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7AF; }

 p { color: rgb(175,167,175); }

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

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

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

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

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

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

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