Html Css Color HEX #AEA86C Gimblet

📋 copy color: '#AEA86C'

red 174 ◦ green 168 ◦ blue 108

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

Shades of Gimblet #AEA86C

Tints of Gimblet #AEA86C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24%

R = 38.67%
G = 37.33%
B = 24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AEA86C (or 0xAEA86C) is known color: Gimblet. HEX triplet: AE, A8 and 6C. RGB value is (174,168,108). Sum of RGB (Red+Green+Blue) = 174+168+108=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA86C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA86C is #515793. Grayscale: #A3A3A3. Windows color (decimal): -5330836 or 7121070. OLE color: 7121070.

HSL color Cylindrical-coordinate representation of color #AEA86C: hue angle of 54.55º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AEA86C is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 168 108 -
CMYK 0 0.03 0.38 0.32
HSL 54.55º 0.29% 0.55% -
HSV(B) 54.55º 0.38% 0.68% -
XYZ 34.16 38.09 19.74 -
YUV 162.95 96.99 135.88 -
System Red Green Blue C M Y K H S L
Decimal 174 168 108 0 0.03 0.38 0.32 54.55 0.29 0.55
Hex AE A8 6C 0 3 26 20 37 1D 37
Octal 256 250 154 0 3 46 40 67 35 67
Binary 10101110 10101000 1101100 0 11 100110 100000 110111 11101 110111

Color Harmonies of #AEA86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA86C

Black with #AEA86C

Text Example


Text Example

White with #AEA86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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