Html Css Color HEX #AEA65B Gimblet

📋 copy color: '#AEA65B'

red 174 ◦ green 166 ◦ blue 91

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

Shades of Gimblet #AEA65B

Tints of Gimblet #AEA65B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 21.11%

R = 40.37%
G = 38.52%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AEA65B (or 0xAEA65B) is known color: Gimblet. HEX triplet: AE, A6 and 5B. RGB value is (174,166,91). Sum of RGB (Red+Green+Blue) = 174+166+91=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA65B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA65B is #5159A4. Grayscale: #A0A0A0. Windows color (decimal): -5331365 or 6006446. OLE color: 6006446.

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

Color convert

RGB 174 166 91 -
CMYK 0 0.05 0.48 0.32
HSL 54.22º 0.34% 0.52% -
HSV(B) 54.22º 0.48% 0.68% -
XYZ 32.98 37.03 15.31 -
YUV 159.84 89.15 138.1 -
System Red Green Blue C M Y K H S L
Decimal 174 166 91 0 0.05 0.48 0.32 54.22 0.34 0.52
Hex AE A6 5B 0 5 30 20 36 22 34
Octal 256 246 133 0 5 60 40 66 42 64
Binary 10101110 10100110 1011011 0 101 110000 100000 110110 100010 110100

Color Harmonies of #AEA65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA65B

Black with #AEA65B

Text Example


Text Example

White with #AEA65B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA65B; }

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

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

background-color css

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

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

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

border-color css

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

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

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