Html Css Color HEX #AEA969 Gimblet

📋 copy color: '#AEA969'

red 174 ◦ green 169 ◦ blue 105

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

Shades of Gimblet #AEA969

Tints of Gimblet #AEA969

RGB

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

 GREEN value IS 169 (66.41% from 255) = 37.72%

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

R = 38.84%
G = 37.72%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AEA969 (or 0xAEA969) is known color: Gimblet. HEX triplet: AE, A9 and 69. RGB value is (174,169,105). Sum of RGB (Red+Green+Blue) = 174+169+105=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA969 is #515696. Grayscale: #A3A3A3. Windows color (decimal): -5330583 or 6924718. OLE color: 6924718.

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

Color convert

RGB 174 169 105 -
CMYK 0 0.03 0.40 0.32
HSL 55.65º 0.3% 0.55% -
HSV(B) 55.65º 0.4% 0.68% -
XYZ 34.19 38.39 18.97 -
YUV 163.2 95.16 135.7 -
System Red Green Blue C M Y K H S L
Decimal 174 169 105 0 0.03 0.40 0.32 55.65 0.3 0.55
Hex AE A9 69 0 3 28 20 38 1E 37
Octal 256 251 151 0 3 50 40 70 36 67
Binary 10101110 10101001 1101001 0 11 101000 100000 111000 11110 110111

Color Harmonies of #AEA969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA969

Black with #AEA969

Text Example


Text Example

White with #AEA969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA969; }

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

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

background-color css

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

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

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

border-color css

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

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

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