Html Css Color HEX #AEAC6E Dark Khaki

📋 copy color: '#AEAC6E'

red 174 ◦ green 172 ◦ blue 110

#AEAC6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Khaki #AEAC6E

Tints of Dark Khaki #AEAC6E

RGB

 RED value IS 174 (68.36% from 255) = 38.16%

 GREEN value IS 172 (67.58% from 255) = 37.72%

 BLUE value IS 110 (43.36% from 255) = 24.12%

R = 38.16%
G = 37.72%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AEAC6E (or 0xAEAC6E) is known color: Dark Khaki. HEX triplet: AE, AC and 6E. RGB value is (174,172,110). Sum of RGB (Red+Green+Blue) = 174+172+110=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 172 (67.58% from 255 or 37.72% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAC6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAC6E is #515391. Grayscale: #A5A5A5. Windows color (decimal): -5329810 or 7253166. OLE color: 7253166.

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

Color convert

RGB 174 172 110 -
CMYK 0 0.01 0.37 0.32
HSL 58.13º 0.28% 0.56% -
HSV(B) 58.13º 0.37% 0.68% -
XYZ 35.02 39.63 20.56 -
YUV 165.53 96.66 134.04 -
System Red Green Blue C M Y K H S L
Decimal 174 172 110 0 0.01 0.37 0.32 58.13 0.28 0.56
Hex AE AC 6E 0 1 25 20 3A 1C 38
Octal 256 254 156 0 1 45 40 72 34 70
Binary 10101110 10101100 1101110 0 1 100101 100000 111010 11100 111000

Color Harmonies of #AEAC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAC6E

Black with #AEAC6E

Text Example


Text Example

White with #AEAC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAC6E; }

 p { color: rgb(174,172,110); }

 H1.HeaderClassName
 {
   color: #AEAC6E;
 }
 .AnyTagClassName
 {
   color: #AEAC6E;
 }
</style>

background-color css

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

 a { background-color: rgb(174,172,110); }

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

border-color css

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

 span { border-color: rgb(174,172,110); }

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