Html Css Color HEX #AEB06F Dark Khaki

📋 copy color: '#AEB06F'

red 174 ◦ green 176 ◦ blue 111

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

Shades of Dark Khaki #AEB06F

Tints of Dark Khaki #AEB06F

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.18%

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

R = 37.74%
G = 38.18%
B = 24.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#AEB06F (or 0xAEB06F) is known color: Dark Khaki. HEX triplet: AE, B0 and 6F. RGB value is (174,176,111). Sum of RGB (Red+Green+Blue) = 174+176+111=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 176 (69.14% from 255 or 38.18% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB06F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB06F is #514F90. Grayscale: #A8A8A8. Windows color (decimal): -5328785 or 7319726. OLE color: 7319726.

HSL color Cylindrical-coordinate representation of color #AEB06F: hue angle of 61.85º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEB06F is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 176 111 -
CMYK 0.01 0 0.37 0.31
HSL 61.85º 0.29% 0.56% -
HSV(B) 61.85º 0.37% 0.69% -
XYZ 35.85 41.2 21.1 -
YUV 167.99 95.84 132.29 -
System Red Green Blue C M Y K H S L
Decimal 174 176 111 0.01 0 0.37 0.31 61.85 0.29 0.56
Hex AE B0 6F 1 0 25 1F 3E 1D 38
Octal 256 260 157 1 0 45 37 76 35 70
Binary 10101110 10110000 1101111 1 0 100101 11111 111110 11101 111000

Color Harmonies of #AEB06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB06F

Black with #AEB06F

Text Example


Text Example

White with #AEB06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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