Html Css Color HEX #AEA76D Gimblet

📋 copy color: '#AEA76D'

red 174 ◦ green 167 ◦ blue 109

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

Shades of Gimblet #AEA76D

Tints of Gimblet #AEA76D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.22%

R = 38.67%
G = 37.11%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AEA76D (or 0xAEA76D) is known color: Gimblet. HEX triplet: AE, A7 and 6D. RGB value is (174,167,109). Sum of RGB (Red+Green+Blue) = 174+167+109=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 167 (65.62% from 255 or 37.11% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA76D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA76D is #515892. Grayscale: #A2A2A2. Windows color (decimal): -5331091 or 7186350. OLE color: 7186350.

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

Color convert

RGB 174 167 109 -
CMYK 0 0.04 0.37 0.32
HSL 53.54º 0.29% 0.55% -
HSV(B) 53.54º 0.37% 0.68% -
XYZ 34.03 37.74 19.96 -
YUV 162.48 97.82 136.22 -
System Red Green Blue C M Y K H S L
Decimal 174 167 109 0 0.04 0.37 0.32 53.54 0.29 0.55
Hex AE A7 6D 0 4 25 20 36 1D 37
Octal 256 247 155 0 4 45 40 66 35 67
Binary 10101110 10100111 1101101 0 100 100101 100000 110110 11101 110111

Color Harmonies of #AEA76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA76D

Black with #AEA76D

Text Example


Text Example

White with #AEA76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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