Html Css Color HEX #AEAE73 Dark Khaki

📋 copy color: '#AEAE73'

red 174 ◦ green 174 ◦ blue 115

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

Shades of Dark Khaki #AEAE73

Tints of Dark Khaki #AEAE73

RGB

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

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

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

R = 37.58%
G = 37.58%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#AEAE73 (or 0xAEAE73) is known color: Dark Khaki. HEX triplet: AE, AE and 73. RGB value is (174,174,115). Sum of RGB (Red+Green+Blue) = 174+174+115=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 115 (45.31% from 255 or 24.84% from 463); Max value from RGB is 174 - color contains mainly: red, green. Hex color #AEAE73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAE73 is #51518C. Grayscale: #A7A7A7. Windows color (decimal): -5329293 or 7581358. OLE color: 7581358.

HSL color Cylindrical-coordinate representation of color #AEAE73: hue angle of 60º 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 #AEAE73 is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 174 115 -
CMYK 0 0 0.34 0.32
HSL 60º 0.27% 0.57% -
HSV(B) 60º 0.34% 0.68% -
XYZ 35.69 40.51 22.16 -
YUV 167.27 98.5 132.8 -
System Red Green Blue C M Y K H S L
Decimal 174 174 115 0 0 0.34 0.32 60 0.27 0.57
Hex AE AE 73 0 0 22 20 3C 1B 39
Octal 256 256 163 0 0 42 40 74 33 71
Binary 10101110 10101110 1110011 0 0 100010 100000 111100 11011 111001

Color Harmonies of #AEAE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAE73

Black with #AEAE73

Text Example


Text Example

White with #AEAE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAE73; }

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

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

background-color css

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

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

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

border-color css

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

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

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