Html Css Color HEX #AEAB68 Gimblet

📋 copy color: '#AEAB68'

red 174 ◦ green 171 ◦ blue 104

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

Shades of Gimblet #AEAB68

Tints of Gimblet #AEAB68

RGB

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

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

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

R = 38.75%
G = 38.08%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.32

RGB Variations

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

Color information

#AEAB68 (or 0xAEAB68) is known color: Gimblet. HEX triplet: AE, AB and 68. RGB value is (174,171,104). Sum of RGB (Red+Green+Blue) = 174+171+104=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB68 is #515497. Grayscale: #A4A4A4. Windows color (decimal): -5330072 or 6859694. OLE color: 6859694.

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

Color convert

RGB 174 171 104 -
CMYK 0 0.02 0.40 0.32
HSL 57.43º 0.3% 0.55% -
HSV(B) 57.43º 0.4% 0.68% -
XYZ 34.52 39.12 18.83 -
YUV 164.26 93.99 134.95 -
System Red Green Blue C M Y K H S L
Decimal 174 171 104 0 0.02 0.40 0.32 57.43 0.3 0.55
Hex AE AB 68 0 2 28 20 39 1E 37
Octal 256 253 150 0 2 50 40 71 36 67
Binary 10101110 10101011 1101000 0 10 101000 100000 111001 11110 110111

Color Harmonies of #AEAB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB68

Black with #AEAB68

Text Example


Text Example

White with #AEAB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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