Html Css Color HEX #AEA260 Gimblet

📋 copy color: '#AEA260'

red 174 ◦ green 162 ◦ blue 96

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

Shades of Gimblet #AEA260

Tints of Gimblet #AEA260

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.5%

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

R = 40.28%
G = 37.5%
B = 22.22%

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

#AEA260 (or 0xAEA260) is known color: Gimblet. HEX triplet: AE, A2 and 60. RGB value is (174,162,96). Sum of RGB (Red+Green+Blue) = 174+162+96=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 96 (37.89% from 255 or 22.22% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA260 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA260 is #515D9F. Grayscale: #9E9E9E. Windows color (decimal): -5332384 or 6333102. OLE color: 6333102.

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

Color convert

RGB 174 162 96 -
CMYK 0 0.07 0.45 0.32
HSL 50.77º 0.33% 0.53% -
HSV(B) 50.77º 0.45% 0.68% -
XYZ 32.49 35.68 16.24 -
YUV 158.06 92.98 139.37 -
System Red Green Blue C M Y K H S L
Decimal 174 162 96 0 0.07 0.45 0.32 50.77 0.33 0.53
Hex AE A2 60 0 7 2D 20 33 20 35
Octal 256 242 140 0 7 55 40 63 40 65
Binary 10101110 10100010 1100000 0 111 101101 100000 110011 100000 110101

Color Harmonies of #AEA260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA260

Black with #AEA260

Text Example


Text Example

White with #AEA260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA260; }

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

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

background-color css

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

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

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

border-color css

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

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

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