Html Css Color HEX #AEA45D Gimblet

📋 copy color: '#AEA45D'

red 174 ◦ green 164 ◦ blue 93

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

Shades of Gimblet #AEA45D

Tints of Gimblet #AEA45D

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.05%

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

R = 40.37%
G = 38.05%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AEA45D (or 0xAEA45D) is known color: Gimblet. HEX triplet: AE, A4 and 5D. RGB value is (174,164,93). Sum of RGB (Red+Green+Blue) = 174+164+93=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA45D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA45D is #515BA2. Grayscale: #9F9F9F. Windows color (decimal): -5331875 or 6137006. OLE color: 6137006.

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

Color convert

RGB 174 164 93 -
CMYK 0 0.06 0.47 0.32
HSL 52.59º 0.33% 0.52% -
HSV(B) 52.59º 0.47% 0.68% -
XYZ 32.71 36.34 15.65 -
YUV 158.9 90.81 138.77 -
System Red Green Blue C M Y K H S L
Decimal 174 164 93 0 0.06 0.47 0.32 52.59 0.33 0.52
Hex AE A4 5D 0 6 2F 20 35 21 34
Octal 256 244 135 0 6 57 40 65 41 64
Binary 10101110 10100100 1011101 0 110 101111 100000 110101 100001 110100

Color Harmonies of #AEA45D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA45D

Black with #AEA45D

Text Example


Text Example

White with #AEA45D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA45D; }

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

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

background-color css

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

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

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

border-color css

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

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

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