Html Css Color HEX #AEA665 Gimblet

📋 copy color: '#AEA665'

red 174 ◦ green 166 ◦ blue 101

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

Shades of Gimblet #AEA665

Tints of Gimblet #AEA665

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.64%

 BLUE value IS 101 (39.84% from 255) = 22.9%

R = 39.46%
G = 37.64%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AEA665 (or 0xAEA665) is known color: Gimblet. HEX triplet: AE, A6 and 65. RGB value is (174,166,101). Sum of RGB (Red+Green+Blue) = 174+166+101=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA665 is #51599A. Grayscale: #A1A1A1. Windows color (decimal): -5331355 or 6661806. OLE color: 6661806.

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

Color convert

RGB 174 166 101 -
CMYK 0 0.05 0.42 0.32
HSL 53.42º 0.31% 0.54% -
HSV(B) 53.42º 0.42% 0.68% -
XYZ 33.44 37.21 17.73 -
YUV 160.98 94.15 137.29 -
System Red Green Blue C M Y K H S L
Decimal 174 166 101 0 0.05 0.42 0.32 53.42 0.31 0.54
Hex AE A6 65 0 5 2A 20 35 1F 36
Octal 256 246 145 0 5 52 40 65 37 66
Binary 10101110 10100110 1100101 0 101 101010 100000 110101 11111 110110

Color Harmonies of #AEA665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA665

Black with #AEA665

Text Example


Text Example

White with #AEA665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA665; }

 p { color: rgb(174,166,101); }

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

background-color css

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

 a { background-color: rgb(174,166,101); }

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

border-color css

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

 span { border-color: rgb(174,166,101); }

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