Html Css Color HEX #AEA458 Gimblet

📋 copy color: '#AEA458'

red 174 ◦ green 164 ◦ blue 88

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

Shades of Gimblet #AEA458

Tints of Gimblet #AEA458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 20.66%

R = 40.85%
G = 38.5%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AEA458 (or 0xAEA458) is known color: Gimblet. HEX triplet: AE, A4 and 58. RGB value is (174,164,88). Sum of RGB (Red+Green+Blue) = 174+164+88=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 88 (34.77% from 255 or 20.66% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA458 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA458 is #515BA7. Grayscale: #9E9E9E. Windows color (decimal): -5331880 or 5809326. OLE color: 5809326.

HSL color Cylindrical-coordinate representation of color #AEA458: hue angle of 53.02º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AEA458 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 164 88 -
CMYK 0 0.06 0.49 0.32
HSL 53.02º 0.35% 0.51% -
HSV(B) 53.02º 0.49% 0.68% -
XYZ 32.49 36.25 14.52 -
YUV 158.33 88.31 139.18 -
System Red Green Blue C M Y K H S L
Decimal 174 164 88 0 0.06 0.49 0.32 53.02 0.35 0.51
Hex AE A4 58 0 6 31 20 35 23 33
Octal 256 244 130 0 6 61 40 65 43 63
Binary 10101110 10100100 1011000 0 110 110001 100000 110101 100011 110011

Color Harmonies of #AEA458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA458

Black with #AEA458

Text Example


Text Example

White with #AEA458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA458; }

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

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

background-color css

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

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

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

border-color css

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

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

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