Html Css Color HEX #AEA66C Gimblet

📋 copy color: '#AEA66C'

red 174 ◦ green 166 ◦ blue 108

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

Shades of Gimblet #AEA66C

Tints of Gimblet #AEA66C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.05%

 BLUE value IS 108 (42.58% from 255) = 24.11%

R = 38.84%
G = 37.05%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AEA66C (or 0xAEA66C) is known color: Gimblet. HEX triplet: AE, A6 and 6C. RGB value is (174,166,108). Sum of RGB (Red+Green+Blue) = 174+166+108=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 166 (65.23% from 255 or 37.05% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA66C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA66C is #515993. Grayscale: #A2A2A2. Windows color (decimal): -5331348 or 7120558. OLE color: 7120558.

HSL color Cylindrical-coordinate representation of color #AEA66C: hue angle of 52.73º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AEA66C is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 166 108 -
CMYK 0 0.05 0.38 0.32
HSL 52.73º 0.29% 0.55% -
HSV(B) 52.73º 0.38% 0.68% -
XYZ 33.8 37.35 19.62 -
YUV 161.78 97.65 136.72 -
System Red Green Blue C M Y K H S L
Decimal 174 166 108 0 0.05 0.38 0.32 52.73 0.29 0.55
Hex AE A6 6C 0 5 26 20 35 1D 37
Octal 256 246 154 0 5 46 40 65 35 67
Binary 10101110 10100110 1101100 0 101 100110 100000 110101 11101 110111

Color Harmonies of #AEA66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA66C

Black with #AEA66C

Text Example


Text Example

White with #AEA66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA66C; }

 p { color: rgb(174,166,108); }

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

background-color css

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

 a { background-color: rgb(174,166,108); }

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

border-color css

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

 span { border-color: rgb(174,166,108); }

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