Html Css Color HEX #AEA159 Gimblet

📋 copy color: '#AEA159'

red 174 ◦ green 161 ◦ blue 89

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

Shades of Gimblet #AEA159

Tints of Gimblet #AEA159

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.97%

 BLUE value IS 89 (35.16% from 255) = 20.99%

R = 41.04%
G = 37.97%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AEA159 (or 0xAEA159) is known color: Gimblet. HEX triplet: AE, A1 and 59. RGB value is (174,161,89). Sum of RGB (Red+Green+Blue) = 174+161+89=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 161 (63.28% from 255 or 37.97% from 424); Blue value is 89 (35.16% from 255 or 20.99% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA159 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA159 is #515EA6. Grayscale: #9C9C9C. Windows color (decimal): -5332647 or 5874094. OLE color: 5874094.

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

Color convert

RGB 174 161 89 -
CMYK 0 0.07 0.49 0.32
HSL 50.82º 0.34% 0.52% -
HSV(B) 50.82º 0.49% 0.68% -
XYZ 32 35.21 14.56 -
YUV 156.68 89.81 140.35 -
System Red Green Blue C M Y K H S L
Decimal 174 161 89 0 0.07 0.49 0.32 50.82 0.34 0.52
Hex AE A1 59 0 7 31 20 33 22 34
Octal 256 241 131 0 7 61 40 63 42 64
Binary 10101110 10100001 1011001 0 111 110001 100000 110011 100010 110100

Color Harmonies of #AEA159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA159

Black with #AEA159

Text Example


Text Example

White with #AEA159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA159; }

 p { color: rgb(174,161,89); }

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

background-color css

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

 a { background-color: rgb(174,161,89); }

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

border-color css

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

 span { border-color: rgb(174,161,89); }

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