Html Css Color HEX #AEA96F Gimblet

📋 copy color: '#AEA96F'

red 174 ◦ green 169 ◦ blue 111

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

Shades of Gimblet #AEA96F

Tints of Gimblet #AEA96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.45%

R = 38.33%
G = 37.22%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AEA96F (or 0xAEA96F) is known color: Gimblet. HEX triplet: AE, A9 and 6F. RGB value is (174,169,111). Sum of RGB (Red+Green+Blue) = 174+169+111=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 169 (66.41% from 255 or 37.22% from 454); Blue value is 111 (43.75% from 255 or 24.45% from 454); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA96F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA96F is #515690. Grayscale: #A4A4A4. Windows color (decimal): -5330577 or 7317934. OLE color: 7317934.

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

Color convert

RGB 174 169 111 -
CMYK 0 0.03 0.36 0.32
HSL 55.24º 0.28% 0.56% -
HSV(B) 55.24º 0.36% 0.68% -
XYZ 34.51 38.52 20.66 -
YUV 163.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 174 169 111 0 0.03 0.36 0.32 55.24 0.28 0.56
Hex AE A9 6F 0 3 24 20 37 1C 38
Octal 256 251 157 0 3 44 40 67 34 70
Binary 10101110 10101001 1101111 0 11 100100 100000 110111 11100 111000

Color Harmonies of #AEA96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA96F

Black with #AEA96F

Text Example


Text Example

White with #AEA96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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