Html Css Color HEX #AEA068 Gimblet

📋 copy color: '#AEA068'

red 174 ◦ green 160 ◦ blue 104

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

Shades of Gimblet #AEA068

Tints of Gimblet #AEA068

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.53%

 BLUE value IS 104 (41.02% from 255) = 23.74%

R = 39.73%
G = 36.53%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AEA068 (or 0xAEA068) is known color: Gimblet. HEX triplet: AE, A0 and 68. RGB value is (174,160,104). Sum of RGB (Red+Green+Blue) = 174+160+104=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 104 (41.02% from 255 or 23.74% from 438); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA068 is #515F97. Grayscale: #9E9E9E. Windows color (decimal): -5332888 or 6856878. OLE color: 6856878.

HSL color Cylindrical-coordinate representation of color #AEA068: hue angle of 48º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AEA068 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 160 104 -
CMYK 0 0.08 0.40 0.32
HSL 48º 0.3% 0.55% -
HSV(B) 48º 0.4% 0.68% -
XYZ 32.53 35.14 18.17 -
YUV 157.8 97.64 139.55 -
System Red Green Blue C M Y K H S L
Decimal 174 160 104 0 0.08 0.40 0.32 48 0.3 0.55
Hex AE A0 68 0 8 28 20 30 1E 37
Octal 256 240 150 0 10 50 40 60 36 67
Binary 10101110 10100000 1101000 0 1000 101000 100000 110000 11110 110111

Color Harmonies of #AEA068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA068

Black with #AEA068

Text Example


Text Example

White with #AEA068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA068; }

 p { color: rgb(174,160,104); }

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

background-color css

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

 a { background-color: rgb(174,160,104); }

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

border-color css

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

 span { border-color: rgb(174,160,104); }

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