Html Css Color HEX #AEAD73 Dark Khaki

📋 copy color: '#AEAD73'

red 174 ◦ green 173 ◦ blue 115

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

Shades of Dark Khaki #AEAD73

Tints of Dark Khaki #AEAD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.89%

R = 37.66%
G = 37.45%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AEAD73 (or 0xAEAD73) is known color: Dark Khaki. HEX triplet: AE, AD and 73. RGB value is (174,173,115). Sum of RGB (Red+Green+Blue) = 174+173+115=462 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.66% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD73 is #51528C. Grayscale: #A6A6A6. Windows color (decimal): -5329549 or 7581102. OLE color: 7581102.

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

Color convert

RGB 174 173 115 -
CMYK 0 0.01 0.34 0.32
HSL 58.98º 0.27% 0.57% -
HSV(B) 58.98º 0.34% 0.68% -
XYZ 35.49 40.12 22.09 -
YUV 166.69 98.83 133.22 -
System Red Green Blue C M Y K H S L
Decimal 174 173 115 0 0.01 0.34 0.32 58.98 0.27 0.57
Hex AE AD 73 0 1 22 20 3B 1B 39
Octal 256 255 163 0 1 42 40 73 33 71
Binary 10101110 10101101 1110011 0 1 100010 100000 111011 11011 111001

Color Harmonies of #AEAD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD73

Black with #AEAD73

Text Example


Text Example

White with #AEAD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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