Html Css Color HEX #AEA55D Gimblet

📋 copy color: '#AEA55D'

red 174 ◦ green 165 ◦ blue 93

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

Shades of Gimblet #AEA55D

Tints of Gimblet #AEA55D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.19%

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

R = 40.28%
G = 38.19%
B = 21.53%

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

#AEA55D (or 0xAEA55D) is known color: Gimblet. HEX triplet: AE, A5 and 5D. RGB value is (174,165,93). Sum of RGB (Red+Green+Blue) = 174+165+93=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA55D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA55D is #515AA2. Grayscale: #9F9F9F. Windows color (decimal): -5331619 or 6137262. OLE color: 6137262.

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

Color convert

RGB 174 165 93 -
CMYK 0 0.05 0.47 0.32
HSL 53.33º 0.33% 0.52% -
HSV(B) 53.33º 0.47% 0.68% -
XYZ 32.89 36.7 15.71 -
YUV 159.48 90.48 138.35 -
System Red Green Blue C M Y K H S L
Decimal 174 165 93 0 0.05 0.47 0.32 53.33 0.33 0.52
Hex AE A5 5D 0 5 2F 20 35 21 34
Octal 256 245 135 0 5 57 40 65 41 64
Binary 10101110 10100101 1011101 0 101 101111 100000 110101 100001 110100

Color Harmonies of #AEA55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA55D

Black with #AEA55D

Text Example


Text Example

White with #AEA55D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA55D; }

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

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

background-color css

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

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

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

border-color css

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

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

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