Html Css Color HEX #AEB96E Dark Khaki

📋 copy color: '#AEB96E'

red 174 ◦ green 185 ◦ blue 110

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

Shades of Dark Khaki #AEB96E

Tints of Dark Khaki #AEB96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.45%

R = 37.1%
G = 39.45%
B = 23.45%

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

#AEB96E (or 0xAEB96E) is known color: Dark Khaki. HEX triplet: AE, B9 and 6E. RGB value is (174,185,110). Sum of RGB (Red+Green+Blue) = 174+185+110=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 110 (43.36% from 255 or 23.45% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #AEB96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB96E is #514691. Grayscale: #ADADAD. Windows color (decimal): -5326482 or 7256494. OLE color: 7256494.

HSL color Cylindrical-coordinate representation of color #AEB96E: hue angle of 68.8º 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 #AEB96E is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB 174 185 110 -
CMYK 0.06 0 0.41 0.27
HSL 68.8º 0.35% 0.58% -
HSV(B) 68.8º 0.41% 0.73% -
XYZ 37.62 44.82 21.42 -
YUV 173.16 92.36 128.6 -
System Red Green Blue C M Y K H S L
Decimal 174 185 110 0.06 0 0.41 0.27 68.8 0.35 0.58
Hex AE B9 6E 6 0 29 1B 45 23 3A
Octal 256 271 156 6 0 51 33 105 43 72
Binary 10101110 10111001 1101110 110 0 101001 11011 1000101 100011 111010

Color Harmonies of #AEB96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB96E

Black with #AEB96E

Text Example


Text Example

White with #AEB96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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