Html Css Color HEX #AEB66D Dark Khaki

📋 copy color: '#AEB66D'

red 174 ◦ green 182 ◦ blue 109

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

Shades of Dark Khaki #AEB66D

Tints of Dark Khaki #AEB66D

RGB

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

 GREEN value IS 182 (71.48% from 255) = 39.14%

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

R = 37.42%
G = 39.14%
B = 23.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#AEB66D (or 0xAEB66D) is known color: Dark Khaki. HEX triplet: AE, B6 and 6D. RGB value is (174,182,109). Sum of RGB (Red+Green+Blue) = 174+182+109=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 182 (71.48% from 255 or 39.14% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 182 - color contains mainly: green. Hex color #AEB66D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB66D is #514992. Grayscale: #ABABAB. Windows color (decimal): -5327251 or 7190190. OLE color: 7190190.

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

Color convert

RGB 174 182 109 -
CMYK 0.04 0 0.40 0.29
HSL 66.58º 0.33% 0.57% -
HSV(B) 66.58º 0.4% 0.71% -
XYZ 36.94 43.56 20.93 -
YUV 171.29 92.85 129.94 -
System Red Green Blue C M Y K H S L
Decimal 174 182 109 0.04 0 0.40 0.29 66.58 0.33 0.57
Hex AE B6 6D 4 0 28 1D 43 21 39
Octal 256 266 155 4 0 50 35 103 41 71
Binary 10101110 10110110 1101101 100 0 101000 11101 1000011 100001 111001

Color Harmonies of #AEB66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB66D

Black with #AEB66D

Text Example


Text Example

White with #AEB66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB66D; }

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

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

background-color css

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

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

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

border-color css

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

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

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