#AFA78A

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

Shades of Chino #AFA78A

Tints of Chino #AFA78A

Color information

#AFA78A (or 0xAFA78A) is unknown color: approx Chino. HEX triplet: AF, A7 and 8A. RGB value is (175,167,138). Sum of RGB (Red+Green+Blue) = 175+167+138=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA78A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA78A is #505875. Grayscale: #A6A6A6. Windows color (decimal): -5265526 or 9086895. OLE color: 9086895.

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

Color convert

RGB175167138-
CMYK00.050.210.31
HSL47.03º18.78%61.37%-
HSV(B)47.03º21.14%68.63%-
XYZ36.0938.5929.59-
YUV166.09112.15134.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.46%
GREEN value IS 167 (65.62% from 255) = 34.79%
BLUE value IS 138 (54.30% from 255) = 28.75%
R=36.46%
G=34.79%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516713800.050.210.3147.0318.7861.37
HexAFA78A05151F2f133d
Octal257247212052537572375
Binary1010111110100111100010100101101011111110111110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA78A; }

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

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

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

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

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

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

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

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