Html Css Color HEX #AEA56D Gimblet

📋 copy color: '#AEA56D'

red 174 ◦ green 165 ◦ blue 109

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

Shades of Gimblet #AEA56D

Tints of Gimblet #AEA56D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 38.84%
G = 36.83%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#AEA56D (or 0xAEA56D) is known color: Gimblet. HEX triplet: AE, A5 and 6D. RGB value is (174,165,109). Sum of RGB (Red+Green+Blue) = 174+165+109=448 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.84% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA56D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA56D is #515A92. Grayscale: #A1A1A1. Windows color (decimal): -5331603 or 7185838. OLE color: 7185838.

HSL color Cylindrical-coordinate representation of color #AEA56D: hue angle of 51.69º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AEA56D is Cyan = 0, Magento = 0.05, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 165 109 -
CMYK 0 0.05 0.37 0.32
HSL 51.69º 0.29% 0.55% -
HSV(B) 51.69º 0.37% 0.68% -
XYZ 33.67 37.01 19.84 -
YUV 161.31 98.48 137.05 -
System Red Green Blue C M Y K H S L
Decimal 174 165 109 0 0.05 0.37 0.32 51.69 0.29 0.55
Hex AE A5 6D 0 5 25 20 34 1D 37
Octal 256 245 155 0 5 45 40 64 35 67
Binary 10101110 10100101 1101101 0 101 100101 100000 110100 11101 110111

Color Harmonies of #AEA56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA56D

Black with #AEA56D

Text Example


Text Example

White with #AEA56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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