Html Css Color HEX #AEAB6B Gimblet

📋 copy color: '#AEAB6B'

red 174 ◦ green 171 ◦ blue 107

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

Shades of Gimblet #AEAB6B

Tints of Gimblet #AEAB6B

RGB

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

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

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

R = 38.5%
G = 37.83%
B = 23.67%

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

#AEAB6B (or 0xAEAB6B) is known color: Gimblet. HEX triplet: AE, AB and 6B. RGB value is (174,171,107). Sum of RGB (Red+Green+Blue) = 174+171+107=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 174 - color contains mainly: red. Hex color #AEAB6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAB6B is #515494. Grayscale: #A4A4A4. Windows color (decimal): -5330069 or 7056302. OLE color: 7056302.

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

Color convert

RGB 174 171 107 -
CMYK 0 0.02 0.39 0.32
HSL 57.31º 0.29% 0.55% -
HSV(B) 57.31º 0.39% 0.68% -
XYZ 34.67 39.19 19.65 -
YUV 164.6 95.49 134.7 -
System Red Green Blue C M Y K H S L
Decimal 174 171 107 0 0.02 0.39 0.32 57.31 0.29 0.55
Hex AE AB 6B 0 2 27 20 39 1D 37
Octal 256 253 153 0 2 47 40 71 35 67
Binary 10101110 10101011 1101011 0 10 100111 100000 111001 11101 110111

Color Harmonies of #AEAB6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAB6B

Black with #AEAB6B

Text Example


Text Example

White with #AEAB6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAB6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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