Html Css Color HEX #AEB56E Dark Khaki

📋 copy color: '#AEB56E'

red 174 ◦ green 181 ◦ blue 110

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

Shades of Dark Khaki #AEB56E

Tints of Dark Khaki #AEB56E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.92%

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

R = 37.42%
G = 38.92%
B = 23.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#AEB56E (or 0xAEB56E) is known color: Dark Khaki. HEX triplet: AE, B5 and 6E. RGB value is (174,181,110). Sum of RGB (Red+Green+Blue) = 174+181+110=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 181 (71.09% from 255 or 38.92% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB56E is #514A91. Grayscale: #ABABAB. Windows color (decimal): -5327506 or 7255470. OLE color: 7255470.

HSL color Cylindrical-coordinate representation of color #AEB56E: hue angle of 65.92º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEB56E is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 181 110 -
CMYK 0.04 0 0.39 0.29
HSL 65.92º 0.32% 0.57% -
HSV(B) 65.92º 0.39% 0.71% -
XYZ 36.79 43.17 21.15 -
YUV 170.81 93.68 130.27 -
System Red Green Blue C M Y K H S L
Decimal 174 181 110 0.04 0 0.39 0.29 65.92 0.32 0.57
Hex AE B5 6E 4 0 27 1D 42 20 39
Octal 256 265 156 4 0 47 35 102 40 71
Binary 10101110 10110101 1101110 100 0 100111 11101 1000010 100000 111001

Color Harmonies of #AEB56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB56E

Black with #AEB56E

Text Example


Text Example

White with #AEB56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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