Html Css Color HEX #AEAA6D Gimblet

📋 copy color: '#AEAA6D'

red 174 ◦ green 170 ◦ blue 109

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

Shades of Gimblet #AEAA6D

Tints of Gimblet #AEAA6D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.53%

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

R = 38.41%
G = 37.53%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AEAA6D (or 0xAEAA6D) is known color: Gimblet. HEX triplet: AE, AA and 6D. RGB value is (174,170,109). Sum of RGB (Red+Green+Blue) = 174+170+109=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 170 (66.80% from 255 or 37.53% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA6D is #515592. Grayscale: #A4A4A4. Windows color (decimal): -5330323 or 7187118. OLE color: 7187118.

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

Color convert

RGB 174 170 109 -
CMYK 0 0.02 0.37 0.32
HSL 56.31º 0.29% 0.55% -
HSV(B) 56.31º 0.37% 0.68% -
XYZ 34.59 38.85 20.14 -
YUV 164.24 96.83 134.96 -
System Red Green Blue C M Y K H S L
Decimal 174 170 109 0 0.02 0.37 0.32 56.31 0.29 0.55
Hex AE AA 6D 0 2 25 20 38 1D 37
Octal 256 252 155 0 2 45 40 70 35 67
Binary 10101110 10101010 1101101 0 10 100101 100000 111000 11101 110111

Color Harmonies of #AEAA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA6D

Black with #AEAA6D

Text Example


Text Example

White with #AEAA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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