Html Css Color HEX #AEA86E Gimblet

📋 copy color: '#AEA86E'

red 174 ◦ green 168 ◦ blue 110

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

Shades of Gimblet #AEA86E

Tints of Gimblet #AEA86E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.34%

R = 38.5%
G = 37.17%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AEA86E (or 0xAEA86E) is known color: Gimblet. HEX triplet: AE, A8 and 6E. RGB value is (174,168,110). Sum of RGB (Red+Green+Blue) = 174+168+110=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA86E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA86E is #515791. Grayscale: #A3A3A3. Windows color (decimal): -5330834 or 7252142. OLE color: 7252142.

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

Color convert

RGB 174 168 110 -
CMYK 0 0.03 0.37 0.32
HSL 54.38º 0.28% 0.56% -
HSV(B) 54.38º 0.37% 0.68% -
XYZ 34.27 38.13 20.31 -
YUV 163.18 97.99 135.72 -
System Red Green Blue C M Y K H S L
Decimal 174 168 110 0 0.03 0.37 0.32 54.38 0.28 0.56
Hex AE A8 6E 0 3 25 20 36 1C 38
Octal 256 250 156 0 3 45 40 66 34 70
Binary 10101110 10101000 1101110 0 11 100101 100000 110110 11100 111000

Color Harmonies of #AEA86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA86E

Black with #AEA86E

Text Example


Text Example

White with #AEA86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA86E; }

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

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

background-color css

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

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

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

border-color css

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

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

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