#AFA68C

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

Shades of Chino #AFA68C

Tints of Chino #AFA68C

Color information

#AFA68C (or 0xAFA68C) is unknown color: approx Chino. HEX triplet: AF, A6 and 8C. RGB value is (175,166,140). Sum of RGB (Red+Green+Blue) = 175+166+140=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA68C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA68C is #505973. Grayscale: #A5A5A5. Windows color (decimal): -5265780 or 9217711. OLE color: 9217711.

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

Color convert

RGB175166140-
CMYK00.050.20.31
HSL44.57º17.95%61.76%-
HSV(B)44.57º20%68.63%-
XYZ36.0538.2830.3-
YUV165.73113.48134.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 166 (65.23% from 255) = 34.51%
BLUE value IS 140 (55.08% from 255) = 29.11%
R=36.38%
G=34.51%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516614000.050.20.3144.5717.9561.76
HexAFA68C05141F2d123e
Octal257246214052437552276
Binary1010111110100110100011000101101001111110110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA68C; }

 p { color: rgb(175,166,140); }

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

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

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

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

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

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

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