Html Css Color HEX #AEA962 Gimblet

📋 copy color: '#AEA962'

red 174 ◦ green 169 ◦ blue 98

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

Shades of Gimblet #AEA962

Tints of Gimblet #AEA962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.22%

R = 39.46%
G = 38.32%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AEA962 (or 0xAEA962) is known color: Gimblet. HEX triplet: AE, A9 and 62. RGB value is (174,169,98). Sum of RGB (Red+Green+Blue) = 174+169+98=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 98 (38.67% from 255 or 22.22% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA962 is #51569D. Grayscale: #A2A2A2. Windows color (decimal): -5330590 or 6465966. OLE color: 6465966.

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

Color convert

RGB 174 169 98 -
CMYK 0 0.03 0.44 0.32
HSL 56.05º 0.32% 0.53% -
HSV(B) 56.05º 0.44% 0.68% -
XYZ 33.85 38.26 17.16 -
YUV 162.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 174 169 98 0 0.03 0.44 0.32 56.05 0.32 0.53
Hex AE A9 62 0 3 2C 20 38 20 35
Octal 256 251 142 0 3 54 40 70 40 65
Binary 10101110 10101001 1100010 0 11 101100 100000 111000 100000 110101

Color Harmonies of #AEA962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA962

Black with #AEA962

Text Example


Text Example

White with #AEA962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA962; }

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

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

background-color css

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

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

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

border-color css

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

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

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