#AFB273

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

Shades of Dark Khaki #AFB273

Tints of Dark Khaki #AFB273

Color information

#AFB273 (or 0xAFB273) is unknown color: approx Dark Khaki. HEX triplet: AF, B2 and 73. RGB value is (175,178,115). Sum of RGB (Red+Green+Blue) = 175+178+115=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 178 (69.92% from 255 or 38.03% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB273 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB273 is #504D8C. Grayscale: #AAAAAA. Windows color (decimal): -5262733 or 7582383. OLE color: 7582383.

HSL color Cylindrical-coordinate representation of color #AFB273: hue angle of 62.86º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFB273 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB175178115-
CMYK0.0200.350.30
HSL62.86º29.03%57.45%-
HSV(B)62.86º35.39%69.8%-
XYZ36.6942.1922.43-
YUV169.9297.01131.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 178 (69.92% from 255) = 38.03%
BLUE value IS 115 (45.31% from 255) = 24.57%
R=37.39%
G=38.03%
B=24.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1751781150.0200.350.3062.8629.0357.45
HexAFB27320231E3f1d39
Octal257262163204336773571
Binary101011111011001011100111001000111111011111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB273; }

 p { color: rgb(175,178,115); }

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

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

 a { background-color: rgb(175,178,115); }

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

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

 span { border-color: rgb(175,178,115); }

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