Html Css Color HEX #AEA160 Gimblet

📋 copy color: '#AEA160'

red 174 ◦ green 161 ◦ blue 96

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

Shades of Gimblet #AEA160

Tints of Gimblet #AEA160

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.35%

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

R = 40.37%
G = 37.35%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AEA160 (or 0xAEA160) is known color: Gimblet. HEX triplet: AE, A1 and 60. RGB value is (174,161,96). Sum of RGB (Red+Green+Blue) = 174+161+96=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA160 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA160 is #515E9F. Grayscale: #9D9D9D. Windows color (decimal): -5332640 or 6332846. OLE color: 6332846.

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

Color convert

RGB 174 161 96 -
CMYK 0 0.07 0.45 0.32
HSL 50º 0.33% 0.53% -
HSV(B) 50º 0.45% 0.68% -
XYZ 32.31 35.33 16.18 -
YUV 157.48 93.31 139.79 -
System Red Green Blue C M Y K H S L
Decimal 174 161 96 0 0.07 0.45 0.32 50 0.33 0.53
Hex AE A1 60 0 7 2D 20 32 20 35
Octal 256 241 140 0 7 55 40 62 40 65
Binary 10101110 10100001 1100000 0 111 101101 100000 110010 100000 110101

Color Harmonies of #AEA160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA160

Black with #AEA160

Text Example


Text Example

White with #AEA160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA160; }

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

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

background-color css

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

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

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

border-color css

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

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

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