Html Css Color HEX #AEB86E Dark Khaki

📋 copy color: '#AEB86E'

red 174 ◦ green 184 ◦ blue 110

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

Shades of Dark Khaki #AEB86E

Tints of Dark Khaki #AEB86E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.32%

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

R = 37.18%
G = 39.32%
B = 23.5%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#AEB86E (or 0xAEB86E) is known color: Dark Khaki. HEX triplet: AE, B8 and 6E. RGB value is (174,184,110). Sum of RGB (Red+Green+Blue) = 174+184+110=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 184 (72.27% from 255 or 39.32% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 184 - color contains mainly: green. Hex color #AEB86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB86E is #514791. Grayscale: #ACACAC. Windows color (decimal): -5326738 or 7256238. OLE color: 7256238.

HSL color Cylindrical-coordinate representation of color #AEB86E: hue angle of 68.11º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEB86E is Cyan = 0.05, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 174 184 110 -
CMYK 0.05 0 0.40 0.28
HSL 68.11º 0.34% 0.58% -
HSV(B) 68.11º 0.4% 0.72% -
XYZ 37.41 44.41 21.35 -
YUV 172.57 92.69 129.02 -
System Red Green Blue C M Y K H S L
Decimal 174 184 110 0.05 0 0.40 0.28 68.11 0.34 0.58
Hex AE B8 6E 5 0 28 1C 44 22 3A
Octal 256 270 156 5 0 50 34 104 42 72
Binary 10101110 10111000 1101110 101 0 101000 11100 1000100 100010 111010

Color Harmonies of #AEB86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB86E

Black with #AEB86E

Text Example


Text Example

White with #AEB86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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