Html Css Color HEX #AEA462 Gimblet

📋 copy color: '#AEA462'

red 174 ◦ green 164 ◦ blue 98

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

Shades of Gimblet #AEA462

Tints of Gimblet #AEA462

RGB

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

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

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

R = 39.91%
G = 37.61%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AEA462 (or 0xAEA462) is known color: Gimblet. HEX triplet: AE, A4 and 62. RGB value is (174,164,98). Sum of RGB (Red+Green+Blue) = 174+164+98=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 164 (64.45% from 255 or 37.61% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA462 is #515B9D. Grayscale: #9F9F9F. Windows color (decimal): -5331870 or 6464686. OLE color: 6464686.

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

Color convert

RGB 174 164 98 -
CMYK 0 0.06 0.44 0.32
HSL 52.11º 0.32% 0.53% -
HSV(B) 52.11º 0.44% 0.68% -
XYZ 32.94 36.43 16.85 -
YUV 159.47 93.31 138.37 -
System Red Green Blue C M Y K H S L
Decimal 174 164 98 0 0.06 0.44 0.32 52.11 0.32 0.53
Hex AE A4 62 0 6 2C 20 34 20 35
Octal 256 244 142 0 6 54 40 64 40 65
Binary 10101110 10100100 1100010 0 110 101100 100000 110100 100000 110101

Color Harmonies of #AEA462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA462

Black with #AEA462

Text Example


Text Example

White with #AEA462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA462; }

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

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

background-color css

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

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

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

border-color css

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

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

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