Html Css Color HEX #AEA869 Gimblet

📋 copy color: '#AEA869'

red 174 ◦ green 168 ◦ blue 105

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

Shades of Gimblet #AEA869

Tints of Gimblet #AEA869

RGB

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

 GREEN value IS 168 (66.02% from 255) = 37.58%

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

R = 38.93%
G = 37.58%
B = 23.49%

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

#AEA869 (or 0xAEA869) is known color: Gimblet. HEX triplet: AE, A8 and 69. RGB value is (174,168,105). Sum of RGB (Red+Green+Blue) = 174+168+105=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA869 is #515796. Grayscale: #A2A2A2. Windows color (decimal): -5330839 or 6924462. OLE color: 6924462.

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

Color convert

RGB 174 168 105 -
CMYK 0 0.03 0.40 0.32
HSL 54.78º 0.3% 0.55% -
HSV(B) 54.78º 0.4% 0.68% -
XYZ 34.01 38.02 18.91 -
YUV 162.61 95.49 136.12 -
System Red Green Blue C M Y K H S L
Decimal 174 168 105 0 0.03 0.40 0.32 54.78 0.3 0.55
Hex AE A8 69 0 3 28 20 37 1E 37
Octal 256 250 151 0 3 50 40 67 36 67
Binary 10101110 10101000 1101001 0 11 101000 100000 110111 11110 110111

Color Harmonies of #AEA869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA869

Black with #AEA869

Text Example


Text Example

White with #AEA869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA869; }

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

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

background-color css

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

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

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

border-color css

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

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

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