Html Css Color HEX #AEA358 Gimblet

📋 copy color: '#AEA358'

red 174 ◦ green 163 ◦ blue 88

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

Shades of Gimblet #AEA358

Tints of Gimblet #AEA358

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.35%

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

R = 40.94%
G = 38.35%
B = 20.71%

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

#AEA358 (or 0xAEA358) is known color: Gimblet. HEX triplet: AE, A3 and 58. RGB value is (174,163,88). Sum of RGB (Red+Green+Blue) = 174+163+88=425 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.94% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 88 (34.77% from 255 or 20.71% from 425); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA358 is #515CA7. Grayscale: #9E9E9E. Windows color (decimal): -5332136 or 5809070. OLE color: 5809070.

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

Color convert

RGB 174 163 88 -
CMYK 0 0.06 0.49 0.32
HSL 52.33º 0.35% 0.51% -
HSV(B) 52.33º 0.49% 0.68% -
XYZ 32.31 35.9 14.46 -
YUV 157.74 88.64 139.6 -
System Red Green Blue C M Y K H S L
Decimal 174 163 88 0 0.06 0.49 0.32 52.33 0.35 0.51
Hex AE A3 58 0 6 31 20 34 23 33
Octal 256 243 130 0 6 61 40 64 43 63
Binary 10101110 10100011 1011000 0 110 110001 100000 110100 100011 110011

Color Harmonies of #AEA358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA358

Black with #AEA358

Text Example


Text Example

White with #AEA358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA358; }

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

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

background-color css

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

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

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

border-color css

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

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

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