#AEAF70

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

Shades of Dark Khaki #AEAF70

Tints of Dark Khaki #AEAF70

Color information

#AEAF70 (or 0xAEAF70) is unknown color: approx Dark Khaki. HEX triplet: AE, AF and 70. RGB value is (174,175,112). Sum of RGB (Red+Green+Blue) = 174+175+112=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 175 (68.75% from 255 or 37.96% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAF70 is #51508F. Grayscale: #A7A7A7. Windows color (decimal): -5329040 or 7385006. OLE color: 7385006.

HSL color Cylindrical-coordinate representation of color #AEAF70: hue angle of 60.95º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AEAF70 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB174175112-
CMYK0.0100.360.31
HSL60.95º28.25%56.27%-
HSV(B)60.95º36%68.63%-
XYZ35.7140.8321.33-
YUV167.5296.67132.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 175 (68.75% from 255) = 37.96%
BLUE value IS 112 (44.14% from 255) = 24.30%
R=37.74%
G=37.96%
B=24.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1741751120.0100.360.3160.9528.2556.27
HexAEAF7010241F3d1c38
Octal256257160104437753470
Binary10101110101011111110000101001001111111110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEAF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEAF70; }

 p { color: rgb(174,175,112); }

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

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

 a { background-color: rgb(174,175,112); }

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

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

 span { border-color: rgb(174,175,112); }

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