Html Css Color HEX #AEA263 Gimblet

📋 copy color: '#AEA263'

red 174 ◦ green 162 ◦ blue 99

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

Shades of Gimblet #AEA263

Tints of Gimblet #AEA263

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.24%

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

R = 40%
G = 37.24%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.32

RGB Variations

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

Color information

#AEA263 (or 0xAEA263) is known color: Gimblet. HEX triplet: AE, A2 and 63. RGB value is (174,162,99). Sum of RGB (Red+Green+Blue) = 174+162+99=435 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA263 is #515D9C. Grayscale: #9E9E9E. Windows color (decimal): -5332381 or 6529710. OLE color: 6529710.

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

Color convert

RGB 174 162 99 -
CMYK 0 0.07 0.43 0.32
HSL 50.4º 0.32% 0.54% -
HSV(B) 50.4º 0.43% 0.68% -
XYZ 32.63 35.74 16.98 -
YUV 158.41 94.48 139.12 -
System Red Green Blue C M Y K H S L
Decimal 174 162 99 0 0.07 0.43 0.32 50.4 0.32 0.54
Hex AE A2 63 0 7 2B 20 32 20 36
Octal 256 242 143 0 7 53 40 62 40 66
Binary 10101110 10100010 1100011 0 111 101011 100000 110010 100000 110110

Color Harmonies of #AEA263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA263

Black with #AEA263

Text Example


Text Example

White with #AEA263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA263; }

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

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

background-color css

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

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

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

border-color css

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

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

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