Html Css Color HEX #AEB76D Dark Khaki

📋 copy color: '#AEB76D'

red 174 ◦ green 183 ◦ blue 109

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

Shades of Dark Khaki #AEB76D

Tints of Dark Khaki #AEB76D

RGB

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

 GREEN value IS 183 (71.88% from 255) = 39.27%

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

R = 37.34%
G = 39.27%
B = 23.39%

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

#AEB76D (or 0xAEB76D) is known color: Dark Khaki. HEX triplet: AE, B7 and 6D. RGB value is (174,183,109). Sum of RGB (Red+Green+Blue) = 174+183+109=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 183 (71.88% from 255 or 39.27% from 466); Blue value is 109 (42.97% from 255 or 23.39% from 466); Max value from RGB is 183 - color contains mainly: green. Hex color #AEB76D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB76D is #514892. Grayscale: #ACACAC. Windows color (decimal): -5326995 or 7190446. OLE color: 7190446.

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

Color convert

RGB 174 183 109 -
CMYK 0.05 0 0.40 0.28
HSL 67.3º 0.34% 0.57% -
HSV(B) 67.3º 0.4% 0.72% -
XYZ 37.15 43.97 21 -
YUV 171.87 92.52 129.52 -
System Red Green Blue C M Y K H S L
Decimal 174 183 109 0.05 0 0.40 0.28 67.3 0.34 0.57
Hex AE B7 6D 5 0 28 1C 43 22 39
Octal 256 267 155 5 0 50 34 103 42 71
Binary 10101110 10110111 1101101 101 0 101000 11100 1000011 100010 111001

Color Harmonies of #AEB76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB76D

Black with #AEB76D

Text Example


Text Example

White with #AEB76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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