Html Css Color HEX #AEAA6B Gimblet

📋 copy color: '#AEAA6B'

red 174 ◦ green 170 ◦ blue 107

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

Shades of Gimblet #AEAA6B

Tints of Gimblet #AEAA6B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.69%

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

R = 38.58%
G = 37.69%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AEAA6B (or 0xAEAA6B) is known color: Gimblet. HEX triplet: AE, AA and 6B. RGB value is (174,170,107). Sum of RGB (Red+Green+Blue) = 174+170+107=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 170 (66.80% from 255 or 37.69% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAA6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAA6B is #515594. Grayscale: #A4A4A4. Windows color (decimal): -5330325 or 7056046. OLE color: 7056046.

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

Color convert

RGB 174 170 107 -
CMYK 0 0.02 0.39 0.32
HSL 56.42º 0.29% 0.55% -
HSV(B) 56.42º 0.39% 0.68% -
XYZ 34.48 38.81 19.58 -
YUV 164.01 95.83 135.12 -
System Red Green Blue C M Y K H S L
Decimal 174 170 107 0 0.02 0.39 0.32 56.42 0.29 0.55
Hex AE AA 6B 0 2 27 20 38 1D 37
Octal 256 252 153 0 2 47 40 70 35 67
Binary 10101110 10101010 1101011 0 10 100111 100000 111000 11101 110111

Color Harmonies of #AEAA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAA6B

Black with #AEAA6B

Text Example


Text Example

White with #AEAA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAA6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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