Html Css Color HEX #AEA360 Gimblet

📋 copy color: '#AEA360'

red 174 ◦ green 163 ◦ blue 96

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

Shades of Gimblet #AEA360

Tints of Gimblet #AEA360

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.64%

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

R = 40.18%
G = 37.64%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AEA360 (or 0xAEA360) is known color: Gimblet. HEX triplet: AE, A3 and 60. RGB value is (174,163,96). Sum of RGB (Red+Green+Blue) = 174+163+96=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA360 is #515C9F. Grayscale: #9E9E9E. Windows color (decimal): -5332128 or 6333358. OLE color: 6333358.

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

Color convert

RGB 174 163 96 -
CMYK 0 0.06 0.45 0.32
HSL 51.54º 0.33% 0.53% -
HSV(B) 51.54º 0.45% 0.68% -
XYZ 32.66 36.04 16.3 -
YUV 158.65 92.64 138.95 -
System Red Green Blue C M Y K H S L
Decimal 174 163 96 0 0.06 0.45 0.32 51.54 0.33 0.53
Hex AE A3 60 0 6 2D 20 34 20 35
Octal 256 243 140 0 6 55 40 64 40 65
Binary 10101110 10100011 1100000 0 110 101101 100000 110100 100000 110101

Color Harmonies of #AEA360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA360

Black with #AEA360

Text Example


Text Example

White with #AEA360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA360; }

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

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

background-color css

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

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

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

border-color css

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

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

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