Html Css Color HEX #AEA35E Gimblet

📋 copy color: '#AEA35E'

red 174 ◦ green 163 ◦ blue 94

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

Shades of Gimblet #AEA35E

Tints of Gimblet #AEA35E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 21.81%

R = 40.37%
G = 37.82%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AEA35E (or 0xAEA35E) is known color: Gimblet. HEX triplet: AE, A3 and 5E. RGB value is (174,163,94). Sum of RGB (Red+Green+Blue) = 174+163+94=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA35E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA35E is #515CA1. Grayscale: #9E9E9E. Windows color (decimal): -5332130 or 6202286. OLE color: 6202286.

HSL color Cylindrical-coordinate representation of color #AEA35E: hue angle of 51.75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AEA35E is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 163 94 -
CMYK 0 0.06 0.46 0.32
HSL 51.75º 0.33% 0.53% -
HSV(B) 51.75º 0.46% 0.68% -
XYZ 32.57 36 15.82 -
YUV 158.42 91.64 139.11 -
System Red Green Blue C M Y K H S L
Decimal 174 163 94 0 0.06 0.46 0.32 51.75 0.33 0.53
Hex AE A3 5E 0 6 2E 20 34 21 35
Octal 256 243 136 0 6 56 40 64 41 65
Binary 10101110 10100011 1011110 0 110 101110 100000 110100 100001 110101

Color Harmonies of #AEA35E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA35E

Black with #AEA35E

Text Example


Text Example

White with #AEA35E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA35E; }

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

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

background-color css

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

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

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

border-color css

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

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

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