#AEB770

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

Shades of Dark Khaki #AEB770

Tints of Dark Khaki #AEB770

Color information

#AEB770 (or 0xAEB770) is unknown color: approx Dark Khaki. HEX triplet: AE, B7 and 70. RGB value is (174,183,112). Sum of RGB (Red+Green+Blue) = 174+183+112=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 183 (71.88% from 255 or 39.02% from 469); Blue value is 112 (44.14% from 255 or 23.88% from 469); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB770 is #51488F. Grayscale: #ACACAC. Windows color (decimal): -5326992 or 7387054. OLE color: 7387054.

HSL color Cylindrical-coordinate representation of color #AEB770: hue angle of 67.61º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEB770 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB174183112-
CMYK0.0500.390.28
HSL67.61º33.02%57.84%-
HSV(B)67.61º38.8%71.76%-
XYZ37.3144.0421.86-
YUV172.2294.02129.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 183 (71.88% from 255) = 39.02%
BLUE value IS 112 (44.14% from 255) = 23.88%
R=37.10%
G=39.02%
B=23.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1741831120.0500.390.2867.6133.0257.84
HexAEB77050271C44213a
Octal2562671605047341044172
Binary101011101011011111100001010100111111001000100100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB770; }

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

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

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

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

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

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

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

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