Html Css Color HEX #AEA86F Gimblet

📋 copy color: '#AEA86F'

red 174 ◦ green 168 ◦ blue 111

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

Shades of Gimblet #AEA86F

Tints of Gimblet #AEA86F

RGB

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

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

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

R = 38.41%
G = 37.09%
B = 24.5%

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

#AEA86F (or 0xAEA86F) is known color: Gimblet. HEX triplet: AE, A8 and 6F. RGB value is (174,168,111). Sum of RGB (Red+Green+Blue) = 174+168+111=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 168 (66.02% from 255 or 37.09% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA86F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA86F is #515790. Grayscale: #A3A3A3. Windows color (decimal): -5330833 or 7317678. OLE color: 7317678.

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

Color convert

RGB 174 168 111 -
CMYK 0 0.03 0.36 0.32
HSL 54.29º 0.28% 0.56% -
HSV(B) 54.29º 0.36% 0.68% -
XYZ 34.33 38.15 20.59 -
YUV 163.3 98.49 135.63 -
System Red Green Blue C M Y K H S L
Decimal 174 168 111 0 0.03 0.36 0.32 54.29 0.28 0.56
Hex AE A8 6F 0 3 24 20 36 1C 38
Octal 256 250 157 0 3 44 40 66 34 70
Binary 10101110 10101000 1101111 0 11 100100 100000 110110 11100 111000

Color Harmonies of #AEA86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA86F

Black with #AEA86F

Text Example


Text Example

White with #AEA86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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