Html Css Color HEX #AEA669 Gimblet

📋 copy color: '#AEA669'

red 174 ◦ green 166 ◦ blue 105

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

Shades of Gimblet #AEA669

Tints of Gimblet #AEA669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.6%

R = 39.1%
G = 37.3%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AEA669 (or 0xAEA669) is known color: Gimblet. HEX triplet: AE, A6 and 69. RGB value is (174,166,105). Sum of RGB (Red+Green+Blue) = 174+166+105=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 105 (41.41% from 255 or 23.60% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA669 is #515996. Grayscale: #A1A1A1. Windows color (decimal): -5331351 or 6923950. OLE color: 6923950.

HSL color Cylindrical-coordinate representation of color #AEA669: hue angle of 53.04º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEA669 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 166 105 -
CMYK 0 0.05 0.40 0.32
HSL 53.04º 0.3% 0.55% -
HSV(B) 53.04º 0.4% 0.68% -
XYZ 33.64 37.29 18.79 -
YUV 161.44 96.15 136.96 -
System Red Green Blue C M Y K H S L
Decimal 174 166 105 0 0.05 0.40 0.32 53.04 0.3 0.55
Hex AE A6 69 0 5 28 20 35 1E 37
Octal 256 246 151 0 5 50 40 65 36 67
Binary 10101110 10100110 1101001 0 101 101000 100000 110101 11110 110111

Color Harmonies of #AEA669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA669

Black with #AEA669

Text Example


Text Example

White with #AEA669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA669; }

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

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

background-color css

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

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

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

border-color css

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

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

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