Html Css Color HEX #AEA866 Gimblet

📋 copy color: '#AEA866'

red 174 ◦ green 168 ◦ blue 102

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

Shades of Gimblet #AEA866

Tints of Gimblet #AEA866

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.84%

 BLUE value IS 102 (40.23% from 255) = 22.97%

R = 39.19%
G = 37.84%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AEA866 (or 0xAEA866) is known color: Gimblet. HEX triplet: AE, A8 and 66. RGB value is (174,168,102). Sum of RGB (Red+Green+Blue) = 174+168+102=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 102 (40.23% from 255 or 22.97% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA866 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA866 is #515799. Grayscale: #A2A2A2. Windows color (decimal): -5330842 or 6727854. OLE color: 6727854.

HSL color Cylindrical-coordinate representation of color #AEA866: hue angle of 55º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEA866 is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 168 102 -
CMYK 0 0.03 0.41 0.32
HSL 55º 0.31% 0.54% -
HSV(B) 55º 0.41% 0.68% -
XYZ 33.86 37.96 18.11 -
YUV 162.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 174 168 102 0 0.03 0.41 0.32 55 0.31 0.54
Hex AE A8 66 0 3 29 20 37 1F 36
Octal 256 250 146 0 3 51 40 67 37 66
Binary 10101110 10101000 1100110 0 11 101001 100000 110111 11111 110110

Color Harmonies of #AEA866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA866

Black with #AEA866

Text Example


Text Example

White with #AEA866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA866; }

 p { color: rgb(174,168,102); }

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

background-color css

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

 a { background-color: rgb(174,168,102); }

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

border-color css

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

 span { border-color: rgb(174,168,102); }

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