Html Css Color HEX #AEA561 Gimblet

📋 copy color: '#AEA561'

red 174 ◦ green 165 ◦ blue 97

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

Shades of Gimblet #AEA561

Tints of Gimblet #AEA561

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.84%

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

R = 39.91%
G = 37.84%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.32

RGB Variations

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

Color information

#AEA561 (or 0xAEA561) is known color: Gimblet. HEX triplet: AE, A5 and 61. RGB value is (174,165,97). Sum of RGB (Red+Green+Blue) = 174+165+97=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA561 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA561 is #515A9E. Grayscale: #A0A0A0. Windows color (decimal): -5331615 or 6399406. OLE color: 6399406.

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

Color convert

RGB 174 165 97 -
CMYK 0 0.05 0.44 0.32
HSL 52.99º 0.32% 0.53% -
HSV(B) 52.99º 0.44% 0.68% -
XYZ 33.07 36.77 16.66 -
YUV 159.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 174 165 97 0 0.05 0.44 0.32 52.99 0.32 0.53
Hex AE A5 61 0 5 2C 20 35 20 35
Octal 256 245 141 0 5 54 40 65 40 65
Binary 10101110 10100101 1100001 0 101 101100 100000 110101 100000 110101

Color Harmonies of #AEA561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA561

Black with #AEA561

Text Example


Text Example

White with #AEA561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA561; }

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

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

background-color css

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

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

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

border-color css

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

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

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