Html Css Color HEX #AEA166 Gimblet

📋 copy color: '#AEA166'

red 174 ◦ green 161 ◦ blue 102

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

Shades of Gimblet #AEA166

Tints of Gimblet #AEA166

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.84%

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

R = 39.82%
G = 36.84%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AEA166 (or 0xAEA166) is known color: Gimblet. HEX triplet: AE, A1 and 66. RGB value is (174,161,102). Sum of RGB (Red+Green+Blue) = 174+161+102=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA166 is #515E99. Grayscale: #9E9E9E. Windows color (decimal): -5332634 or 6726062. OLE color: 6726062.

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

Color convert

RGB 174 161 102 -
CMYK 0 0.07 0.41 0.32
HSL 49.17º 0.31% 0.54% -
HSV(B) 49.17º 0.41% 0.68% -
XYZ 32.6 35.45 17.69 -
YUV 158.16 96.31 139.3 -
System Red Green Blue C M Y K H S L
Decimal 174 161 102 0 0.07 0.41 0.32 49.17 0.31 0.54
Hex AE A1 66 0 7 29 20 31 1F 36
Octal 256 241 146 0 7 51 40 61 37 66
Binary 10101110 10100001 1100110 0 111 101001 100000 110001 11111 110110

Color Harmonies of #AEA166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA166

Black with #AEA166

Text Example


Text Example

White with #AEA166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA166; }

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

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

background-color css

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

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

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

border-color css

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

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

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