Html Css Color HEX #AEA865 Gimblet

📋 copy color: '#AEA865'

red 174 ◦ green 168 ◦ blue 101

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

Shades of Gimblet #AEA865

Tints of Gimblet #AEA865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.8%

R = 39.28%
G = 37.92%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.32

RGB Variations

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

Color information

#AEA865 (or 0xAEA865) is known color: Gimblet. HEX triplet: AE, A8 and 65. RGB value is (174,168,101). Sum of RGB (Red+Green+Blue) = 174+168+101=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 168 (66.02% from 255 or 37.92% from 443); Blue value is 101 (39.84% from 255 or 22.80% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA865 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA865 is #51579A. Grayscale: #A2A2A2. Windows color (decimal): -5330843 or 6662318. OLE color: 6662318.

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

Color convert

RGB 174 168 101 -
CMYK 0 0.03 0.42 0.32
HSL 55.07º 0.31% 0.54% -
HSV(B) 55.07º 0.42% 0.68% -
XYZ 33.81 37.94 17.85 -
YUV 162.16 93.49 136.45 -
System Red Green Blue C M Y K H S L
Decimal 174 168 101 0 0.03 0.42 0.32 55.07 0.31 0.54
Hex AE A8 65 0 3 2A 20 37 1F 36
Octal 256 250 145 0 3 52 40 67 37 66
Binary 10101110 10101000 1100101 0 11 101010 100000 110111 11111 110110

Color Harmonies of #AEA865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA865

Black with #AEA865

Text Example


Text Example

White with #AEA865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA865; }

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

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

background-color css

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

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

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

border-color css

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

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

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