Html Css Color HEX #AEA36B Gimblet

📋 copy color: '#AEA36B'

red 174 ◦ green 163 ◦ blue 107

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

Shades of Gimblet #AEA36B

Tints of Gimblet #AEA36B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.1%

R = 39.19%
G = 36.71%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AEA36B (or 0xAEA36B) is known color: Gimblet. HEX triplet: AE, A3 and 6B. RGB value is (174,163,107). Sum of RGB (Red+Green+Blue) = 174+163+107=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 107 (42.19% from 255 or 24.10% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA36B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA36B is #515C94. Grayscale: #A0A0A0. Windows color (decimal): -5332117 or 7054254. OLE color: 7054254.

HSL color Cylindrical-coordinate representation of color #AEA36B: hue angle of 50.15º degrees, saturation: 0.29, 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 #AEA36B is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 163 107 -
CMYK 0 0.06 0.39 0.32
HSL 50.15º 0.29% 0.55% -
HSV(B) 50.15º 0.39% 0.68% -
XYZ 33.21 36.25 19.16 -
YUV 159.91 98.14 138.05 -
System Red Green Blue C M Y K H S L
Decimal 174 163 107 0 0.06 0.39 0.32 50.15 0.29 0.55
Hex AE A3 6B 0 6 27 20 32 1D 37
Octal 256 243 153 0 6 47 40 62 35 67
Binary 10101110 10100011 1101011 0 110 100111 100000 110010 11101 110111

Color Harmonies of #AEA36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA36B

Black with #AEA36B

Text Example


Text Example

White with #AEA36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA36B; }

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

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

background-color css

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

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

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

border-color css

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

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

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