Html Css Color HEX #AEAE6D Dark Khaki

📋 copy color: '#AEAE6D'

red 174 ◦ green 174 ◦ blue 109

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

Shades of Dark Khaki #AEAE6D

Tints of Dark Khaki #AEAE6D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 38.07%

 BLUE value IS 109 (42.97% from 255) = 23.85%

R = 38.07%
G = 38.07%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AEAE6D (or 0xAEAE6D) is known color: Dark Khaki. HEX triplet: AE, AE and 6D. RGB value is (174,174,109). Sum of RGB (Red+Green+Blue) = 174+174+109=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE6D is #515192. Grayscale: #A6A6A6. Windows color (decimal): -5329299 or 7188142. OLE color: 7188142.

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

Color convert

RGB 174 174 109 -
CMYK 0 0 0.37 0.32
HSL 60º 0.29% 0.55% -
HSV(B) 60º 0.37% 0.68% -
XYZ 35.35 40.37 20.4 -
YUV 166.59 95.5 133.29 -
System Red Green Blue C M Y K H S L
Decimal 174 174 109 0 0 0.37 0.32 60 0.29 0.55
Hex AE AE 6D 0 0 25 20 3C 1D 37
Octal 256 256 155 0 0 45 40 74 35 67
Binary 10101110 10101110 1101101 0 0 100101 100000 111100 11101 110111

Color Harmonies of #AEAE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAE6D

Black with #AEAE6D

Text Example


Text Example

White with #AEAE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAE6D; }

 p { color: rgb(174,174,109); }

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

background-color css

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

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

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

border-color css

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

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

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