Html Css Color HEX #AEA566 Gimblet

📋 copy color: '#AEA566'

red 174 ◦ green 165 ◦ blue 102

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

Shades of Gimblet #AEA566

Tints of Gimblet #AEA566

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.41%

 BLUE value IS 102 (40.23% from 255) = 23.13%

R = 39.46%
G = 37.41%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AEA566 (or 0xAEA566) is known color: Gimblet. HEX triplet: AE, A5 and 66. RGB value is (174,165,102). Sum of RGB (Red+Green+Blue) = 174+165+102=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA566 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA566 is #515A99. Grayscale: #A0A0A0. Windows color (decimal): -5331610 or 6727086. OLE color: 6727086.

HSL color Cylindrical-coordinate representation of color #AEA566: hue angle of 52.5º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AEA566 is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 165 102 -
CMYK 0 0.05 0.41 0.32
HSL 52.5º 0.31% 0.54% -
HSV(B) 52.5º 0.41% 0.68% -
XYZ 33.31 36.87 17.93 -
YUV 160.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 174 165 102 0 0.05 0.41 0.32 52.5 0.31 0.54
Hex AE A5 66 0 5 29 20 34 1F 36
Octal 256 245 146 0 5 51 40 64 37 66
Binary 10101110 10100101 1100110 0 101 101001 100000 110100 11111 110110

Color Harmonies of #AEA566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA566

Black with #AEA566

Text Example


Text Example

White with #AEA566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA566; }

 p { color: rgb(174,165,102); }

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

background-color css

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

 a { background-color: rgb(174,165,102); }

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

border-color css

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

 span { border-color: rgb(174,165,102); }

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