#AEB570

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

Shades of Dark Khaki #AEB570

Tints of Dark Khaki #AEB570

Color information

#AEB570 (or 0xAEB570) is unknown color: approx Dark Khaki. HEX triplet: AE, B5 and 70. RGB value is (174,181,112). Sum of RGB (Red+Green+Blue) = 174+181+112=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 181 (71.09% from 255 or 38.76% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB570 is #514A8F. Grayscale: #ABABAB. Windows color (decimal): -5327504 or 7386542. OLE color: 7386542.

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

Color convert

RGB174181112-
CMYK0.0400.380.29
HSL66.09º31.8%57.45%-
HSV(B)66.09º38.12%70.98%-
XYZ36.943.2221.73-
YUV171.0494.68130.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.26%
GREEN value IS 181 (71.09% from 255) = 38.76%
BLUE value IS 112 (44.14% from 255) = 23.98%
R=37.26%
G=38.76%
B=23.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1741811120.0400.380.2966.0931.857.45
HexAEB57040261D422039
Octal2562651604046351024071
Binary101011101011010111100001000100110111011000010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB570; }

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

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

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

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

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

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

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

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