Html Css Color HEX #AEAD70 Dark Khaki

📋 copy color: '#AEAD70'

red 174 ◦ green 173 ◦ blue 112

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

Shades of Dark Khaki #AEAD70

Tints of Dark Khaki #AEAD70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.4%

R = 37.91%
G = 37.69%
B = 24.4%

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

#AEAD70 (or 0xAEAD70) is known color: Dark Khaki. HEX triplet: AE, AD and 70. RGB value is (174,173,112). Sum of RGB (Red+Green+Blue) = 174+173+112=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 173 (67.97% from 255 or 37.69% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAD70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAD70 is #51528F. Grayscale: #A6A6A6. Windows color (decimal): -5329552 or 7384494. OLE color: 7384494.

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

Color convert

RGB 174 173 112 -
CMYK 0 0.01 0.36 0.32
HSL 59.03º 0.28% 0.56% -
HSV(B) 59.03º 0.36% 0.68% -
XYZ 35.32 40.06 21.2 -
YUV 166.35 97.33 133.46 -
System Red Green Blue C M Y K H S L
Decimal 174 173 112 0 0.01 0.36 0.32 59.03 0.28 0.56
Hex AE AD 70 0 1 24 20 3B 1C 38
Octal 256 255 160 0 1 44 40 73 34 70
Binary 10101110 10101101 1110000 0 1 100100 100000 111011 11100 111000

Color Harmonies of #AEAD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAD70

Black with #AEAD70

Text Example


Text Example

White with #AEAD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAD70; }

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

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

background-color css

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

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

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

border-color css

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

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

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