Html Css Color HEX #AEA65D Gimblet

📋 copy color: '#AEA65D'

red 174 ◦ green 166 ◦ blue 93

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

Shades of Gimblet #AEA65D

Tints of Gimblet #AEA65D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.34%

 BLUE value IS 93 (36.72% from 255) = 21.48%

R = 40.18%
G = 38.34%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AEA65D (or 0xAEA65D) is known color: Gimblet. HEX triplet: AE, A6 and 5D. RGB value is (174,166,93). Sum of RGB (Red+Green+Blue) = 174+166+93=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 93 (36.72% from 255 or 21.48% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA65D is #5159A2. Grayscale: #A0A0A0. Windows color (decimal): -5331363 or 6137518. OLE color: 6137518.

HSL color Cylindrical-coordinate representation of color #AEA65D: hue angle of 54.07º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AEA65D is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 166 93 -
CMYK 0 0.05 0.47 0.32
HSL 54.07º 0.33% 0.52% -
HSV(B) 54.07º 0.47% 0.68% -
XYZ 33.07 37.06 15.77 -
YUV 160.07 90.15 137.94 -
System Red Green Blue C M Y K H S L
Decimal 174 166 93 0 0.05 0.47 0.32 54.07 0.33 0.52
Hex AE A6 5D 0 5 2F 20 36 21 34
Octal 256 246 135 0 5 57 40 66 41 64
Binary 10101110 10100110 1011101 0 101 101111 100000 110110 100001 110100

Color Harmonies of #AEA65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA65D

Black with #AEA65D

Text Example


Text Example

White with #AEA65D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA65D; }

 p { color: rgb(174,166,93); }

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

background-color css

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

 a { background-color: rgb(174,166,93); }

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

border-color css

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

 span { border-color: rgb(174,166,93); }

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