Html Css Color HEX #AEA863 Gimblet

📋 copy color: '#AEA863'

red 174 ◦ green 168 ◦ blue 99

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

Shades of Gimblet #AEA863

Tints of Gimblet #AEA863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.45%

R = 39.46%
G = 38.1%
B = 22.45%

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

#AEA863 (or 0xAEA863) is known color: Gimblet. HEX triplet: AE, A8 and 63. RGB value is (174,168,99). Sum of RGB (Red+Green+Blue) = 174+168+99=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA863 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA863 is #51579C. Grayscale: #A2A2A2. Windows color (decimal): -5330845 or 6531246. OLE color: 6531246.

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

Color convert

RGB 174 168 99 -
CMYK 0 0.03 0.43 0.32
HSL 55.2º 0.32% 0.54% -
HSV(B) 55.2º 0.43% 0.68% -
XYZ 33.71 37.9 17.34 -
YUV 161.93 92.49 136.61 -
System Red Green Blue C M Y K H S L
Decimal 174 168 99 0 0.03 0.43 0.32 55.2 0.32 0.54
Hex AE A8 63 0 3 2B 20 37 20 36
Octal 256 250 143 0 3 53 40 67 40 66
Binary 10101110 10101000 1100011 0 11 101011 100000 110111 100000 110110

Color Harmonies of #AEA863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA863

Black with #AEA863

Text Example


Text Example

White with #AEA863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA863; }

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

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

background-color css

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

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

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

border-color css

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

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

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