#AFA58A

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

Shades of Chino #AFA58A

Tints of Chino #AFA58A

Color information

#AFA58A (or 0xAFA58A) is unknown color: approx Chino. HEX triplet: AF, A5 and 8A. RGB value is (175,165,138). Sum of RGB (Red+Green+Blue) = 175+165+138=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA58A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA58A is #505A75. Grayscale: #A5A5A5. Windows color (decimal): -5266038 or 9086383. OLE color: 9086383.

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

Color convert

RGB175165138-
CMYK00.060.210.31
HSL43.78º18.78%61.37%-
HSV(B)43.78º21.14%68.63%-
XYZ35.7237.8629.47-
YUV164.91112.81135.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.61%
GREEN value IS 165 (64.84% from 255) = 34.52%
BLUE value IS 138 (54.30% from 255) = 28.87%
R=36.61%
G=34.52%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17516513800.060.210.3143.7818.7861.37
HexAFA58A06151F2c133d
Octal257245212062537542375
Binary1010111110100101100010100110101011111110110010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA58A; }

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

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

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

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

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

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

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

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