Html Css Color HEX #AEA568 Gimblet

📋 copy color: '#AEA568'

red 174 ◦ green 165 ◦ blue 104

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

Shades of Gimblet #AEA568

Tints of Gimblet #AEA568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 23.48%

R = 39.28%
G = 37.25%
B = 23.48%

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

#AEA568 (or 0xAEA568) is known color: Gimblet. HEX triplet: AE, A5 and 68. RGB value is (174,165,104). Sum of RGB (Red+Green+Blue) = 174+165+104=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 165 (64.84% from 255 or 37.25% from 443); Blue value is 104 (41.02% from 255 or 23.48% from 443); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA568 is #515A97. Grayscale: #A0A0A0. Windows color (decimal): -5331608 or 6858158. OLE color: 6858158.

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

Color convert

RGB 174 165 104 -
CMYK 0 0.05 0.40 0.32
HSL 52.29º 0.3% 0.55% -
HSV(B) 52.29º 0.4% 0.68% -
XYZ 33.41 36.91 18.46 -
YUV 160.74 95.98 137.46 -
System Red Green Blue C M Y K H S L
Decimal 174 165 104 0 0.05 0.40 0.32 52.29 0.3 0.55
Hex AE A5 68 0 5 28 20 34 1E 37
Octal 256 245 150 0 5 50 40 64 36 67
Binary 10101110 10100101 1101000 0 101 101000 100000 110100 11110 110111

Color Harmonies of #AEA568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA568

Black with #AEA568

Text Example


Text Example

White with #AEA568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA568; }

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

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

background-color css

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

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

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

border-color css

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

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

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