Html Css Color HEX #AEA061 Gimblet

📋 copy color: '#AEA061'

red 174 ◦ green 160 ◦ blue 97

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

Shades of Gimblet #AEA061

Tints of Gimblet #AEA061

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.12%

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

R = 40.37%
G = 37.12%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AEA061 (or 0xAEA061) is known color: Gimblet. HEX triplet: AE, A0 and 61. RGB value is (174,160,97). Sum of RGB (Red+Green+Blue) = 174+160+97=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA061 is #515F9E. Grayscale: #9D9D9D. Windows color (decimal): -5332895 or 6398126. OLE color: 6398126.

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

Color convert

RGB 174 160 97 -
CMYK 0 0.08 0.44 0.32
HSL 49.09º 0.32% 0.53% -
HSV(B) 49.09º 0.44% 0.68% -
XYZ 32.18 35 16.37 -
YUV 157 94.14 140.12 -
System Red Green Blue C M Y K H S L
Decimal 174 160 97 0 0.08 0.44 0.32 49.09 0.32 0.53
Hex AE A0 61 0 8 2C 20 31 20 35
Octal 256 240 141 0 10 54 40 61 40 65
Binary 10101110 10100000 1100001 0 1000 101100 100000 110001 100000 110101

Color Harmonies of #AEA061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA061

Black with #AEA061

Text Example


Text Example

White with #AEA061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA061; }

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

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

background-color css

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

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

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

border-color css

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

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

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