Html Css Color HEX #AEAD72 Dark Khaki

📋 copy color: '#AEAD72'

red 174 ◦ green 173 ◦ blue 114

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

Shades of Dark Khaki #AEAD72

Tints of Dark Khaki #AEAD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.73%

R = 37.74%
G = 37.53%
B = 24.73%

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

#AEAD72 (or 0xAEAD72) is known color: Dark Khaki. HEX triplet: AE, AD and 72. RGB value is (174,173,114). Sum of RGB (Red+Green+Blue) = 174+173+114=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 173 (67.97% from 255 or 37.53% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD72 is #51528D. Grayscale: #A6A6A6. Windows color (decimal): -5329550 or 7515566. OLE color: 7515566.

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

Color convert

RGB 174 173 114 -
CMYK 0 0.01 0.34 0.32
HSL 59º 0.27% 0.56% -
HSV(B) 59º 0.34% 0.68% -
XYZ 35.44 40.1 21.79 -
YUV 166.57 98.33 133.3 -
System Red Green Blue C M Y K H S L
Decimal 174 173 114 0 0.01 0.34 0.32 59 0.27 0.56
Hex AE AD 72 0 1 22 20 3B 1B 38
Octal 256 255 162 0 1 42 40 73 33 70
Binary 10101110 10101101 1110010 0 1 100010 100000 111011 11011 111000

Color Harmonies of #AEAD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD72

Black with #AEAD72

Text Example


Text Example

White with #AEAD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD72; }

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

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

background-color css

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

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

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

border-color css

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

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

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