Html Css Color HEX #AEA368 Gimblet

📋 copy color: '#AEA368'

red 174 ◦ green 163 ◦ blue 104

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

Shades of Gimblet #AEA368

Tints of Gimblet #AEA368

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.96%

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

R = 39.46%
G = 36.96%
B = 23.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AEA368 (or 0xAEA368) is known color: Gimblet. HEX triplet: AE, A3 and 68. RGB value is (174,163,104). Sum of RGB (Red+Green+Blue) = 174+163+104=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 163 (64.06% from 255 or 36.96% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA368 is #515C97. Grayscale: #9F9F9F. Windows color (decimal): -5332120 or 6857646. OLE color: 6857646.

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

Color convert

RGB 174 163 104 -
CMYK 0 0.06 0.40 0.32
HSL 50.57º 0.3% 0.55% -
HSV(B) 50.57º 0.4% 0.68% -
XYZ 33.05 36.19 18.34 -
YUV 159.56 96.64 138.3 -
System Red Green Blue C M Y K H S L
Decimal 174 163 104 0 0.06 0.40 0.32 50.57 0.3 0.55
Hex AE A3 68 0 6 28 20 33 1E 37
Octal 256 243 150 0 6 50 40 63 36 67
Binary 10101110 10100011 1101000 0 110 101000 100000 110011 11110 110111

Color Harmonies of #AEA368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA368

Black with #AEA368

Text Example


Text Example

White with #AEA368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA368; }

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

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

background-color css

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

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

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

border-color css

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

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

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