Html Css Color HEX #AEAB6C Gimblet

📋 copy color: '#AEAB6C'

red 174 ◦ green 171 ◦ blue 108

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

Shades of Gimblet #AEAB6C

Tints of Gimblet #AEAB6C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.75%

 BLUE value IS 108 (42.58% from 255) = 23.84%

R = 38.41%
G = 37.75%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#AEAB6C (or 0xAEAB6C) is known color: Gimblet. HEX triplet: AE, AB and 6C. RGB value is (174,171,108). Sum of RGB (Red+Green+Blue) = 174+171+108=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB6C is #515493. Grayscale: #A4A4A4. Windows color (decimal): -5330068 or 7121838. OLE color: 7121838.

HSL color Cylindrical-coordinate representation of color #AEAB6C: hue angle of 57.27º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AEAB6C is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 171 108 -
CMYK 0 0.02 0.38 0.32
HSL 57.27º 0.29% 0.55% -
HSV(B) 57.27º 0.38% 0.68% -
XYZ 34.73 39.21 19.92 -
YUV 164.72 95.99 134.62 -
System Red Green Blue C M Y K H S L
Decimal 174 171 108 0 0.02 0.38 0.32 57.27 0.29 0.55
Hex AE AB 6C 0 2 26 20 39 1D 37
Octal 256 253 154 0 2 46 40 71 35 67
Binary 10101110 10101011 1101100 0 10 100110 100000 111001 11101 110111

Color Harmonies of #AEAB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB6C

Black with #AEAB6C

Text Example


Text Example

White with #AEAB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB6C; }

 p { color: rgb(174,171,108); }

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

background-color css

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

 a { background-color: rgb(174,171,108); }

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

border-color css

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

 span { border-color: rgb(174,171,108); }

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