Html Css Color HEX #AEAD6F Dark Khaki

📋 copy color: '#AEAD6F'

red 174 ◦ green 173 ◦ blue 111

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

Shades of Dark Khaki #AEAD6F

Tints of Dark Khaki #AEAD6F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.77%

 BLUE value IS 111 (43.75% from 255) = 24.24%

R = 37.99%
G = 37.77%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AEAD6F (or 0xAEAD6F) is known color: Dark Khaki. HEX triplet: AE, AD and 6F. RGB value is (174,173,111). Sum of RGB (Red+Green+Blue) = 174+173+111=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD6F is #515290. Grayscale: #A6A6A6. Windows color (decimal): -5329553 or 7318958. OLE color: 7318958.

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

Color convert

RGB 174 173 111 -
CMYK 0 0.01 0.36 0.32
HSL 59.05º 0.28% 0.56% -
HSV(B) 59.05º 0.36% 0.68% -
XYZ 35.27 40.03 20.91 -
YUV 166.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 174 173 111 0 0.01 0.36 0.32 59.05 0.28 0.56
Hex AE AD 6F 0 1 24 20 3B 1C 38
Octal 256 255 157 0 1 44 40 73 34 70
Binary 10101110 10101101 1101111 0 1 100100 100000 111011 11100 111000

Color Harmonies of #AEAD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD6F

Black with #AEAD6F

Text Example


Text Example

White with #AEAD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD6F; }

 p { color: rgb(174,173,111); }

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

background-color css

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

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

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

border-color css

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

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

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