Html Css Color HEX #AEA569 Gimblet

📋 copy color: '#AEA569'

red 174 ◦ green 165 ◦ blue 105

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

Shades of Gimblet #AEA569

Tints of Gimblet #AEA569

RGB

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

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

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

R = 39.19%
G = 37.16%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AEA569 (or 0xAEA569) is known color: Gimblet. HEX triplet: AE, A5 and 69. RGB value is (174,165,105). Sum of RGB (Red+Green+Blue) = 174+165+105=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA569 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA569 is #515A96. Grayscale: #A1A1A1. Windows color (decimal): -5331607 or 6923694. OLE color: 6923694.

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

Color convert

RGB 174 165 105 -
CMYK 0 0.05 0.40 0.32
HSL 52.17º 0.3% 0.55% -
HSV(B) 52.17º 0.4% 0.68% -
XYZ 33.46 36.93 18.73 -
YUV 160.85 96.48 137.38 -
System Red Green Blue C M Y K H S L
Decimal 174 165 105 0 0.05 0.40 0.32 52.17 0.3 0.55
Hex AE A5 69 0 5 28 20 34 1E 37
Octal 256 245 151 0 5 50 40 64 36 67
Binary 10101110 10100101 1101001 0 101 101000 100000 110100 11110 110111

Color Harmonies of #AEA569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA569

Black with #AEA569

Text Example


Text Example

White with #AEA569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA569; }

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

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

background-color css

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

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

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

border-color css

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

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

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