Html Css Color HEX #AEB46E Dark Khaki

📋 copy color: '#AEB46E'

red 174 ◦ green 180 ◦ blue 110

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

Shades of Dark Khaki #AEB46E

Tints of Dark Khaki #AEB46E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.79%

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

R = 37.5%
G = 38.79%
B = 23.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#AEB46E (or 0xAEB46E) is known color: Dark Khaki. HEX triplet: AE, B4 and 6E. RGB value is (174,180,110). Sum of RGB (Red+Green+Blue) = 174+180+110=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 180 (70.70% from 255 or 38.79% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 180 - color contains mainly: green. Hex color #AEB46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB46E is #514B91. Grayscale: #AAAAAA. Windows color (decimal): -5327762 or 7255214. OLE color: 7255214.

HSL color Cylindrical-coordinate representation of color #AEB46E: hue angle of 65.14º 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 #AEB46E is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 174 180 110 -
CMYK 0.03 0 0.39 0.29
HSL 65.14º 0.32% 0.57% -
HSV(B) 65.14º 0.39% 0.71% -
XYZ 36.59 42.77 21.08 -
YUV 170.23 94.01 130.69 -
System Red Green Blue C M Y K H S L
Decimal 174 180 110 0.03 0 0.39 0.29 65.14 0.32 0.57
Hex AE B4 6E 3 0 27 1D 41 20 39
Octal 256 264 156 3 0 47 35 101 40 71
Binary 10101110 10110100 1101110 11 0 100111 11101 1000001 100000 111001

Color Harmonies of #AEB46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB46E

Black with #AEB46E

Text Example


Text Example

White with #AEB46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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