Html Css Color HEX #AEA862 Gimblet

📋 copy color: '#AEA862'

red 174 ◦ green 168 ◦ blue 98

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

Shades of Gimblet #AEA862

Tints of Gimblet #AEA862

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.18%

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

R = 39.55%
G = 38.18%
B = 22.27%

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

#AEA862 (or 0xAEA862) is known color: Gimblet. HEX triplet: AE, A8 and 62. RGB value is (174,168,98). Sum of RGB (Red+Green+Blue) = 174+168+98=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 168 (66.02% from 255 or 38.18% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA862 is #51579D. Grayscale: #A2A2A2. Windows color (decimal): -5330846 or 6465710. OLE color: 6465710.

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

Color convert

RGB 174 168 98 -
CMYK 0 0.03 0.44 0.32
HSL 55.26º 0.32% 0.53% -
HSV(B) 55.26º 0.44% 0.68% -
XYZ 33.66 37.89 17.09 -
YUV 161.81 91.99 136.69 -
System Red Green Blue C M Y K H S L
Decimal 174 168 98 0 0.03 0.44 0.32 55.26 0.32 0.53
Hex AE A8 62 0 3 2C 20 37 20 35
Octal 256 250 142 0 3 54 40 67 40 65
Binary 10101110 10101000 1100010 0 11 101100 100000 110111 100000 110101

Color Harmonies of #AEA862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA862

Black with #AEA862

Text Example


Text Example

White with #AEA862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA862; }

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

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

background-color css

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

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

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

border-color css

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

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

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