Html Css Color HEX #AEA769 Gimblet

📋 copy color: '#AEA769'

red 174 ◦ green 167 ◦ blue 105

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

Shades of Gimblet #AEA769

Tints of Gimblet #AEA769

RGB

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

 GREEN value IS 167 (65.63% from 255) = 37.44%

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

R = 39.01%
G = 37.44%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AEA769 (or 0xAEA769) is known color: Gimblet. HEX triplet: AE, A7 and 69. RGB value is (174,167,105). Sum of RGB (Red+Green+Blue) = 174+167+105=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 167 (65.62% from 255 or 37.44% from 446); Blue value is 105 (41.41% from 255 or 23.54% from 446); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA769 is #515896. Grayscale: #A2A2A2. Windows color (decimal): -5331095 or 6924206. OLE color: 6924206.

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

Color convert

RGB 174 167 105 -
CMYK 0 0.04 0.40 0.32
HSL 53.91º 0.3% 0.55% -
HSV(B) 53.91º 0.4% 0.68% -
XYZ 33.82 37.66 18.85 -
YUV 162.03 95.82 136.54 -
System Red Green Blue C M Y K H S L
Decimal 174 167 105 0 0.04 0.40 0.32 53.91 0.3 0.55
Hex AE A7 69 0 4 28 20 36 1E 37
Octal 256 247 151 0 4 50 40 66 36 67
Binary 10101110 10100111 1101001 0 100 101000 100000 110110 11110 110111

Color Harmonies of #AEA769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA769

Black with #AEA769

Text Example


Text Example

White with #AEA769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA769; }

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

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

background-color css

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

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

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

border-color css

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

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

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