Html Css Color HEX #AEA369 Gimblet

📋 copy color: '#AEA369'

red 174 ◦ green 163 ◦ blue 105

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

Shades of Gimblet #AEA369

Tints of Gimblet #AEA369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.76%

R = 39.37%
G = 36.88%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AEA369 (or 0xAEA369) is known color: Gimblet. HEX triplet: AE, A3 and 69. RGB value is (174,163,105). Sum of RGB (Red+Green+Blue) = 174+163+105=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA369 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA369 is #515C96. Grayscale: #9F9F9F. Windows color (decimal): -5332119 or 6923182. OLE color: 6923182.

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

Color convert

RGB 174 163 105 -
CMYK 0 0.06 0.40 0.32
HSL 50.43º 0.3% 0.55% -
HSV(B) 50.43º 0.4% 0.68% -
XYZ 33.1 36.21 18.61 -
YUV 159.68 97.14 138.22 -
System Red Green Blue C M Y K H S L
Decimal 174 163 105 0 0.06 0.40 0.32 50.43 0.3 0.55
Hex AE A3 69 0 6 28 20 32 1E 37
Octal 256 243 151 0 6 50 40 62 36 67
Binary 10101110 10100011 1101001 0 110 101000 100000 110010 11110 110111

Color Harmonies of #AEA369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA369

Black with #AEA369

Text Example


Text Example

White with #AEA369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA369; }

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

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

background-color css

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

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

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

border-color css

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

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

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