Html Css Color HEX #AEA56A Gimblet

📋 copy color: '#AEA56A'

red 174 ◦ green 165 ◦ blue 106

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

Shades of Gimblet #AEA56A

Tints of Gimblet #AEA56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.82%

R = 39.1%
G = 37.08%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AEA56A (or 0xAEA56A) is known color: Gimblet. HEX triplet: AE, A5 and 6A. RGB value is (174,165,106). Sum of RGB (Red+Green+Blue) = 174+165+106=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 165 (64.84% from 255 or 37.08% from 445); Blue value is 106 (41.80% from 255 or 23.82% from 445); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA56A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA56A is #515A95. Grayscale: #A1A1A1. Windows color (decimal): -5331606 or 6989230. OLE color: 6989230.

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

Color convert

RGB 174 165 106 -
CMYK 0 0.05 0.39 0.32
HSL 52.06º 0.3% 0.55% -
HSV(B) 52.06º 0.39% 0.68% -
XYZ 33.51 36.95 19 -
YUV 160.97 96.98 137.3 -
System Red Green Blue C M Y K H S L
Decimal 174 165 106 0 0.05 0.39 0.32 52.06 0.3 0.55
Hex AE A5 6A 0 5 27 20 34 1E 37
Octal 256 245 152 0 5 47 40 64 36 67
Binary 10101110 10100101 1101010 0 101 100111 100000 110100 11110 110111

Color Harmonies of #AEA56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA56A

Black with #AEA56A

Text Example


Text Example

White with #AEA56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA56A; }

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

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

background-color css

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

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

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

border-color css

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

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

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