Html Css Color HEX #AEA76C Gimblet

📋 copy color: '#AEA76C'

red 174 ◦ green 167 ◦ blue 108

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

Shades of Gimblet #AEA76C

Tints of Gimblet #AEA76C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.19%

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

R = 38.75%
G = 37.19%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AEA76C (or 0xAEA76C) is known color: Gimblet. HEX triplet: AE, A7 and 6C. RGB value is (174,167,108). Sum of RGB (Red+Green+Blue) = 174+167+108=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA76C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA76C is #515893. Grayscale: #A2A2A2. Windows color (decimal): -5331092 or 7120814. OLE color: 7120814.

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

Color convert

RGB 174 167 108 -
CMYK 0 0.04 0.38 0.32
HSL 53.64º 0.29% 0.55% -
HSV(B) 53.64º 0.38% 0.68% -
XYZ 33.98 37.72 19.68 -
YUV 162.37 97.32 136.3 -
System Red Green Blue C M Y K H S L
Decimal 174 167 108 0 0.04 0.38 0.32 53.64 0.29 0.55
Hex AE A7 6C 0 4 26 20 36 1D 37
Octal 256 247 154 0 4 46 40 66 35 67
Binary 10101110 10100111 1101100 0 100 100110 100000 110110 11101 110111

Color Harmonies of #AEA76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA76C

Black with #AEA76C

Text Example


Text Example

White with #AEA76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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