Html Css Color HEX #AEA05D Gimblet

📋 copy color: '#AEA05D'

red 174 ◦ green 160 ◦ blue 93

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

Shades of Gimblet #AEA05D

Tints of Gimblet #AEA05D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.47%

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

R = 40.75%
G = 37.47%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AEA05D (or 0xAEA05D) is known color: Gimblet. HEX triplet: AE, A0 and 5D. RGB value is (174,160,93). Sum of RGB (Red+Green+Blue) = 174+160+93=427 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.75% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 93 (36.72% from 255 or 21.78% from 427); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA05D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA05D is #515FA2. Grayscale: #9C9C9C. Windows color (decimal): -5332899 or 6135982. OLE color: 6135982.

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

Color convert

RGB 174 160 93 -
CMYK 0 0.08 0.47 0.32
HSL 49.63º 0.33% 0.52% -
HSV(B) 49.63º 0.47% 0.68% -
XYZ 32 34.93 15.41 -
YUV 156.55 92.14 140.45 -
System Red Green Blue C M Y K H S L
Decimal 174 160 93 0 0.08 0.47 0.32 49.63 0.33 0.52
Hex AE A0 5D 0 8 2F 20 32 21 34
Octal 256 240 135 0 10 57 40 62 41 64
Binary 10101110 10100000 1011101 0 1000 101111 100000 110010 100001 110100

Color Harmonies of #AEA05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA05D

Black with #AEA05D

Text Example


Text Example

White with #AEA05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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