#AFB46E

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

Shades of Dark Khaki #AFB46E

Tints of Dark Khaki #AFB46E

Color information

#AFB46E (or 0xAFB46E) is unknown color: approx Dark Khaki. HEX triplet: AF, B4 and 6E. RGB value is (175,180,110). Sum of RGB (Red+Green+Blue) = 175+180+110=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 180 (70.70% from 255 or 38.71% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB46E is #504B91. Grayscale: #AAAAAA. Windows color (decimal): -5262226 or 7255215. OLE color: 7255215.

HSL color Cylindrical-coordinate representation of color #AFB46E: hue angle of 64.29º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFB46E is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB175180110-
CMYK0.0300.390.29
HSL64.29º31.82%56.86%-
HSV(B)64.29º38.89%70.59%-
XYZ36.8142.8821.09-
YUV170.5293.84131.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.63%
GREEN value IS 180 (70.70% from 255) = 38.71%
BLUE value IS 110 (43.36% from 255) = 23.66%
R=37.63%
G=38.71%
B=23.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751801100.0300.390.2964.2931.8256.86
HexAFB46E30271D402039
Octal2572641563047351004071
Binary10101111101101001101110110100111111011000000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB46E; }

 p { color: rgb(175,180,110); }

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

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

 a { background-color: rgb(175,180,110); }

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

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

 span { border-color: rgb(175,180,110); }

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