#AEB571

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

Shades of Dark Khaki #AEB571

Tints of Dark Khaki #AEB571

Color information

#AEB571 (or 0xAEB571) is unknown color: approx Dark Khaki. HEX triplet: AE, B5 and 71. RGB value is (174,181,113). Sum of RGB (Red+Green+Blue) = 174+181+113=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 181 (71.09% from 255 or 38.68% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB571 is #514A8E. Grayscale: #ABABAB. Windows color (decimal): -5327503 or 7452078. OLE color: 7452078.

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

Color convert

RGB174181113-
CMYK0.0400.380.29
HSL66.18º31.48%57.65%-
HSV(B)66.18º37.57%70.98%-
XYZ36.9643.2422.02-
YUV171.1695.18130.03-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.18%
GREEN value IS 181 (71.09% from 255) = 38.68%
BLUE value IS 113 (44.53% from 255) = 24.15%
R=37.18%
G=38.68%
B=24.15%

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
Decimal1741811130.0400.380.2966.1831.4857.65
HexAEB57140261D421f3a
Octal2562651614046351023772
Binary10101110101101011110001100010011011101100001011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEB571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEB571; }

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

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

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

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

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

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

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

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