#AFA689

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

Shades of Chino #AFA689

Tints of Chino #AFA689

Color information

#AFA689 (or 0xAFA689) is unknown color: approx Chino. HEX triplet: AF, A6 and 89. RGB value is (175,166,137). Sum of RGB (Red+Green+Blue) = 175+166+137=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 166 (65.23% from 255 or 34.73% from 478); Blue value is 137 (53.91% from 255 or 28.66% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA689 is #505976. Grayscale: #A5A5A5. Windows color (decimal): -5265783 or 9021103. OLE color: 9021103.

HSL color Cylindrical-coordinate representation of color #AFA689: hue angle of 45.79º degrees, saturation: 0.19, 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 #AFA689 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB175166137-
CMYK00.050.220.31
HSL45.79º19.19%61.18%-
HSV(B)45.79º21.71%68.63%-
XYZ35.8338.1929.15-
YUV165.38111.98134.86-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 166 (65.23% from 255) = 34.73%
BLUE value IS 137 (53.91% from 255) = 28.66%
R=36.61%
G=34.73%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516613700.050.220.3145.7919.1961.18
HexAFA68905161F2e133d
Octal257246211052637562375
Binary1010111110100110100010010101101101111110111010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA689; }

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

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

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

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

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

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

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

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