Html Css Color HEX #AEA062 Gimblet

📋 copy color: '#AEA062'

red 174 ◦ green 160 ◦ blue 98

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

Shades of Gimblet #AEA062

Tints of Gimblet #AEA062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.69%

R = 40.28%
G = 37.04%
B = 22.69%

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

#AEA062 (or 0xAEA062) is known color: Gimblet. HEX triplet: AE, A0 and 62. RGB value is (174,160,98). Sum of RGB (Red+Green+Blue) = 174+160+98=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA062 is #515F9D. Grayscale: #9D9D9D. Windows color (decimal): -5332894 or 6463662. OLE color: 6463662.

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

Color convert

RGB 174 160 98 -
CMYK 0 0.08 0.44 0.32
HSL 48.95º 0.32% 0.53% -
HSV(B) 48.95º 0.44% 0.68% -
XYZ 32.23 35.02 16.62 -
YUV 157.12 94.64 140.04 -
System Red Green Blue C M Y K H S L
Decimal 174 160 98 0 0.08 0.44 0.32 48.95 0.32 0.53
Hex AE A0 62 0 8 2C 20 31 20 35
Octal 256 240 142 0 10 54 40 61 40 65
Binary 10101110 10100000 1100010 0 1000 101100 100000 110001 100000 110101

Color Harmonies of #AEA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA062

Black with #AEA062

Text Example


Text Example

White with #AEA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA062; }

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

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

background-color css

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

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

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

border-color css

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

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

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