Html Css Color HEX #AEB56F Dark Khaki

📋 copy color: '#AEB56F'

red 174 ◦ green 181 ◦ blue 111

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

Shades of Dark Khaki #AEB56F

Tints of Dark Khaki #AEB56F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.82%

R = 37.34%
G = 38.84%
B = 23.82%

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

#AEB56F (or 0xAEB56F) is known color: Dark Khaki. HEX triplet: AE, B5 and 6F. RGB value is (174,181,111). Sum of RGB (Red+Green+Blue) = 174+181+111=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 181 - color contains mainly: green. Hex color #AEB56F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEB56F is #514A90. Grayscale: #ABABAB. Windows color (decimal): -5327505 or 7321006. OLE color: 7321006.

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

Color convert

RGB 174 181 111 -
CMYK 0.04 0 0.39 0.29
HSL 66º 0.32% 0.57% -
HSV(B) 66º 0.39% 0.71% -
XYZ 36.85 43.19 21.43 -
YUV 170.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 174 181 111 0.04 0 0.39 0.29 66 0.32 0.57
Hex AE B5 6F 4 0 27 1D 42 20 39
Octal 256 265 157 4 0 47 35 102 40 71
Binary 10101110 10110101 1101111 100 0 100111 11101 1000010 100000 111001

Color Harmonies of #AEB56F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB56F

Black with #AEB56F

Text Example


Text Example

White with #AEB56F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB56F; }

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

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

background-color css

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

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

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

border-color css

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

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

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