Html Css Color HEX #AEA661 Gimblet

📋 copy color: '#AEA661'

red 174 ◦ green 166 ◦ blue 97

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

Shades of Gimblet #AEA661

Tints of Gimblet #AEA661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 22.2%

R = 39.82%
G = 37.99%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AEA661 (or 0xAEA661) is known color: Gimblet. HEX triplet: AE, A6 and 61. RGB value is (174,166,97). Sum of RGB (Red+Green+Blue) = 174+166+97=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA661 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA661 is #51599E. Grayscale: #A0A0A0. Windows color (decimal): -5331359 or 6399662. OLE color: 6399662.

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

Color convert

RGB 174 166 97 -
CMYK 0 0.05 0.44 0.32
HSL 53.77º 0.32% 0.53% -
HSV(B) 53.77º 0.44% 0.68% -
XYZ 33.25 37.13 16.72 -
YUV 160.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 174 166 97 0 0.05 0.44 0.32 53.77 0.32 0.53
Hex AE A6 61 0 5 2C 20 36 20 35
Octal 256 246 141 0 5 54 40 66 40 65
Binary 10101110 10100110 1100001 0 101 101100 100000 110110 100000 110101

Color Harmonies of #AEA661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA661

Black with #AEA661

Text Example


Text Example

White with #AEA661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA661; }

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

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

background-color css

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

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

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

border-color css

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

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

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