Html Css Color HEX #AEB26D Dark Khaki

📋 copy color: '#AEB26D'

red 174 ◦ green 178 ◦ blue 109

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

Shades of Dark Khaki #AEB26D

Tints of Dark Khaki #AEB26D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 38.61%

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

R = 37.74%
G = 38.61%
B = 23.64%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#AEB26D (or 0xAEB26D) is known color: Dark Khaki. HEX triplet: AE, B2 and 6D. RGB value is (174,178,109). Sum of RGB (Red+Green+Blue) = 174+178+109=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 178 (69.92% from 255 or 38.61% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB26D is #514D92. Grayscale: #A9A9A9. Windows color (decimal): -5328275 or 7189166. OLE color: 7189166.

HSL color Cylindrical-coordinate representation of color #AEB26D: hue angle of 63.48º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEB26D is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 178 109 -
CMYK 0.02 0 0.39 0.30
HSL 63.48º 0.31% 0.56% -
HSV(B) 63.48º 0.39% 0.7% -
XYZ 36.14 41.94 20.66 -
YUV 168.94 94.17 131.61 -
System Red Green Blue C M Y K H S L
Decimal 174 178 109 0.02 0 0.39 0.30 63.48 0.31 0.56
Hex AE B2 6D 2 0 27 1E 3F 1F 38
Octal 256 262 155 2 0 47 36 77 37 70
Binary 10101110 10110010 1101101 10 0 100111 11110 111111 11111 111000

Color Harmonies of #AEB26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB26D

Black with #AEB26D

Text Example


Text Example

White with #AEB26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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