Html Css Color HEX #AEA964 Gimblet

📋 copy color: '#AEA964'

red 174 ◦ green 169 ◦ blue 100

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

Shades of Gimblet #AEA964

Tints of Gimblet #AEA964

RGB

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

 GREEN value IS 169 (66.41% from 255) = 38.15%

 BLUE value IS 100 (39.45% from 255) = 22.57%

R = 39.28%
G = 38.15%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AEA964 (or 0xAEA964) is known color: Gimblet. HEX triplet: AE, A9 and 64. RGB value is (174,169,100). Sum of RGB (Red+Green+Blue) = 174+169+100=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 169 (66.41% from 255 or 38.15% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA964 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA964 is #51569B. Grayscale: #A2A2A2. Windows color (decimal): -5330588 or 6597038. OLE color: 6597038.

HSL color Cylindrical-coordinate representation of color #AEA964: hue angle of 55.95º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AEA964 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 169 100 -
CMYK 0 0.03 0.43 0.32
HSL 55.95º 0.31% 0.54% -
HSV(B) 55.95º 0.43% 0.68% -
XYZ 33.94 38.29 17.66 -
YUV 162.63 92.66 136.11 -
System Red Green Blue C M Y K H S L
Decimal 174 169 100 0 0.03 0.43 0.32 55.95 0.31 0.54
Hex AE A9 64 0 3 2B 20 38 1F 36
Octal 256 251 144 0 3 53 40 70 37 66
Binary 10101110 10101001 1100100 0 11 101011 100000 111000 11111 110110

Color Harmonies of #AEA964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA964

Black with #AEA964

Text Example


Text Example

White with #AEA964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA964; }

 p { color: rgb(174,169,100); }

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

background-color css

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

 a { background-color: rgb(174,169,100); }

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

border-color css

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

 span { border-color: rgb(174,169,100); }

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