Html Css Color HEX #AEA261 Gimblet

📋 copy color: '#AEA261'

red 174 ◦ green 162 ◦ blue 97

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

Shades of Gimblet #AEA261

Tints of Gimblet #AEA261

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.41%

 BLUE value IS 97 (38.28% from 255) = 22.4%

R = 40.18%
G = 37.41%
B = 22.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AEA261 (or 0xAEA261) is known color: Gimblet. HEX triplet: AE, A2 and 61. RGB value is (174,162,97). Sum of RGB (Red+Green+Blue) = 174+162+97=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA261 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA261 is #515D9E. Grayscale: #9E9E9E. Windows color (decimal): -5332383 or 6398638. OLE color: 6398638.

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

Color convert

RGB 174 162 97 -
CMYK 0 0.07 0.44 0.32
HSL 50.65º 0.32% 0.53% -
HSV(B) 50.65º 0.44% 0.68% -
XYZ 32.53 35.7 16.49 -
YUV 158.18 93.48 139.29 -
System Red Green Blue C M Y K H S L
Decimal 174 162 97 0 0.07 0.44 0.32 50.65 0.32 0.53
Hex AE A2 61 0 7 2C 20 33 20 35
Octal 256 242 141 0 7 54 40 63 40 65
Binary 10101110 10100010 1100001 0 111 101100 100000 110011 100000 110101

Color Harmonies of #AEA261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA261

Black with #AEA261

Text Example


Text Example

White with #AEA261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA261; }

 p { color: rgb(174,162,97); }

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

background-color css

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

 a { background-color: rgb(174,162,97); }

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

border-color css

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

 span { border-color: rgb(174,162,97); }

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