Html Css Color HEX #AEA868 Gimblet

📋 copy color: '#AEA868'

red 174 ◦ green 168 ◦ blue 104

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

Shades of Gimblet #AEA868

Tints of Gimblet #AEA868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.32%

R = 39.01%
G = 37.67%
B = 23.32%

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

#AEA868 (or 0xAEA868) is known color: Gimblet. HEX triplet: AE, A8 and 68. RGB value is (174,168,104). Sum of RGB (Red+Green+Blue) = 174+168+104=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 168 (66.02% from 255 or 37.67% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA868 is #515797. Grayscale: #A2A2A2. Windows color (decimal): -5330840 or 6858926. OLE color: 6858926.

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

Color convert

RGB 174 168 104 -
CMYK 0 0.03 0.40 0.32
HSL 54.86º 0.3% 0.55% -
HSV(B) 54.86º 0.4% 0.68% -
XYZ 33.96 38 18.64 -
YUV 162.5 94.99 136.2 -
System Red Green Blue C M Y K H S L
Decimal 174 168 104 0 0.03 0.40 0.32 54.86 0.3 0.55
Hex AE A8 68 0 3 28 20 37 1E 37
Octal 256 250 150 0 3 50 40 67 36 67
Binary 10101110 10101000 1101000 0 11 101000 100000 110111 11110 110111

Color Harmonies of #AEA868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA868

Black with #AEA868

Text Example


Text Example

White with #AEA868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA868; }

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

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

background-color css

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

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

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

border-color css

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

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

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