Html Css Color HEX #AEA060 Gimblet

📋 copy color: '#AEA060'

red 174 ◦ green 160 ◦ blue 96

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

Shades of Gimblet #AEA060

Tints of Gimblet #AEA060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.33%

R = 40.47%
G = 37.21%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AEA060 (or 0xAEA060) is known color: Gimblet. HEX triplet: AE, A0 and 60. RGB value is (174,160,96). Sum of RGB (Red+Green+Blue) = 174+160+96=430 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.47% from 430); Green value is 160 (62.89% from 255 or 37.21% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA060 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA060 is #515F9F. Grayscale: #9D9D9D. Windows color (decimal): -5332896 or 6332590. OLE color: 6332590.

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

Color convert

RGB 174 160 96 -
CMYK 0 0.08 0.45 0.32
HSL 49.23º 0.33% 0.53% -
HSV(B) 49.23º 0.45% 0.68% -
XYZ 32.14 34.98 16.13 -
YUV 156.89 93.64 140.2 -
System Red Green Blue C M Y K H S L
Decimal 174 160 96 0 0.08 0.45 0.32 49.23 0.33 0.53
Hex AE A0 60 0 8 2D 20 31 20 35
Octal 256 240 140 0 10 55 40 61 40 65
Binary 10101110 10100000 1100000 0 1000 101101 100000 110001 100000 110101

Color Harmonies of #AEA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA060

Black with #AEA060

Text Example


Text Example

White with #AEA060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA060; }

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

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

background-color css

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

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

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

border-color css

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

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

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