Html Css Color HEX #AEB96D Dark Khaki

📋 copy color: '#AEB96D'

red 174 ◦ green 185 ◦ blue 109

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

Shades of Dark Khaki #AEB96D

Tints of Dark Khaki #AEB96D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.53%

 BLUE value IS 109 (42.97% from 255) = 23.29%

R = 37.18%
G = 39.53%
B = 23.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#AEB96D (or 0xAEB96D) is known color: Dark Khaki. HEX triplet: AE, B9 and 6D. RGB value is (174,185,109). Sum of RGB (Red+Green+Blue) = 174+185+109=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 185 (72.66% from 255 or 39.53% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB96D is #514692. Grayscale: #ADADAD. Windows color (decimal): -5326483 or 7190958. OLE color: 7190958.

HSL color Cylindrical-coordinate representation of color #AEB96D: hue angle of 68.68º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEB96D is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 185 109 -
CMYK 0.06 0 0.41 0.27
HSL 68.68º 0.35% 0.58% -
HSV(B) 68.68º 0.41% 0.73% -
XYZ 37.56 44.8 21.14 -
YUV 173.05 91.86 128.68 -
System Red Green Blue C M Y K H S L
Decimal 174 185 109 0.06 0 0.41 0.27 68.68 0.35 0.58
Hex AE B9 6D 6 0 29 1B 45 23 3A
Octal 256 271 155 6 0 51 33 105 43 72
Binary 10101110 10111001 1101101 110 0 101001 11011 1000101 100011 111010

Color Harmonies of #AEB96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB96D

Black with #AEB96D

Text Example


Text Example

White with #AEB96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB96D; }

 p { color: rgb(174,185,109); }

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

background-color css

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

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

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

border-color css

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

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

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