#AFBA6D

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

Shades of Dark Khaki #AFBA6D

Tints of Dark Khaki #AFBA6D

Color information

#AFBA6D (or 0xAFBA6D) is unknown color: approx Dark Khaki. HEX triplet: AF, BA and 6D. RGB value is (175,186,109). Sum of RGB (Red+Green+Blue) = 175+186+109=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA6D is #504592. Grayscale: #AEAEAE. Windows color (decimal): -5260691 or 7191215. OLE color: 7191215.

HSL color Cylindrical-coordinate representation of color #AFBA6D: hue angle of 68.57º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFBA6D is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB175186109-
CMYK0.0600.410.27
HSL68.57º35.81%57.84%-
HSV(B)68.57º41.4%72.94%-
XYZ3845.3421.22-
YUV173.9391.36128.76-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.23%
GREEN value IS 186 (73.05% from 255) = 39.57%
BLUE value IS 109 (42.97% from 255) = 23.19%
R=37.23%
G=39.57%
B=23.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861090.0600.410.2768.5735.8157.84
HexAFBA6D60291B45243a
Octal2572721556051331054472
Binary101011111011101011011011100101001110111000101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBA6D; }

 p { color: rgb(175,186,109); }

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

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

 a { background-color: rgb(175,186,109); }

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

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

 span { border-color: rgb(175,186,109); }

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