Html Css Color HEX #AEA466 Gimblet

📋 copy color: '#AEA466'

red 174 ◦ green 164 ◦ blue 102

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

Shades of Gimblet #AEA466

Tints of Gimblet #AEA466

RGB

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

 GREEN value IS 164 (64.45% from 255) = 37.27%

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

R = 39.55%
G = 37.27%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AEA466 (or 0xAEA466) is known color: Gimblet. HEX triplet: AE, A4 and 66. RGB value is (174,164,102). Sum of RGB (Red+Green+Blue) = 174+164+102=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 164 (64.45% from 255 or 37.27% from 440); Blue value is 102 (40.23% from 255 or 23.18% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA466 is #515B99. Grayscale: #A0A0A0. Windows color (decimal): -5331866 or 6726830. OLE color: 6726830.

HSL color Cylindrical-coordinate representation of color #AEA466: hue angle of 51.67º 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 #AEA466 is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 164 102 -
CMYK 0 0.06 0.41 0.32
HSL 51.67º 0.31% 0.54% -
HSV(B) 51.67º 0.41% 0.68% -
XYZ 33.13 36.51 17.87 -
YUV 159.92 95.31 138.04 -
System Red Green Blue C M Y K H S L
Decimal 174 164 102 0 0.06 0.41 0.32 51.67 0.31 0.54
Hex AE A4 66 0 6 29 20 34 1F 36
Octal 256 244 146 0 6 51 40 64 37 66
Binary 10101110 10100100 1100110 0 110 101001 100000 110100 11111 110110

Color Harmonies of #AEA466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA466

Black with #AEA466

Text Example


Text Example

White with #AEA466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA466; }

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

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

background-color css

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

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

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

border-color css

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

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

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