#AFA78C

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

Shades of Chino #AFA78C

Tints of Chino #AFA78C

Color information

#AFA78C (or 0xAFA78C) is unknown color: approx Chino. HEX triplet: AF, A7 and 8C. RGB value is (175,167,140). Sum of RGB (Red+Green+Blue) = 175+167+140=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA78C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA78C is #505873. Grayscale: #A6A6A6. Windows color (decimal): -5265524 or 9217967. OLE color: 9217967.

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

Color convert

RGB175167140-
CMYK00.050.20.31
HSL46.29º17.95%61.76%-
HSV(B)46.29º20%68.63%-
XYZ36.2338.6430.36-
YUV166.31113.15134.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.31%
GREEN value IS 167 (65.62% from 255) = 34.65%
BLUE value IS 140 (55.08% from 255) = 29.05%
R=36.31%
G=34.65%
B=29.05%

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
Decimal17516714000.050.20.3146.2917.9561.76
HexAFA78C05141F2e123e
Octal257247214052437562276
Binary1010111110100111100011000101101001111110111010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA78C; }

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

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

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

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

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

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

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

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